From 3e2e7e534a3c5bb312bb0e3ddbef92048e1afe2f Mon Sep 17 00:00:00 2001 From: Tapan Chugh Date: Tue, 7 Oct 2025 19:21:26 -0700 Subject: [PATCH] remove dead files --- servers/github/fastagent.config.yaml | 17 ----------------- servers/github/test_config.yaml | 9 --------- 2 files changed, 26 deletions(-) delete mode 100644 servers/github/fastagent.config.yaml delete mode 100644 servers/github/test_config.yaml diff --git a/servers/github/fastagent.config.yaml b/servers/github/fastagent.config.yaml deleted file mode 100644 index 641913b..0000000 --- a/servers/github/fastagent.config.yaml +++ /dev/null @@ -1,17 +0,0 @@ -mcp: - servers: - github: - transport: stdio - command: wags - args: - - run - - servers/github - env: - GITHUB_PERSONAL_ACCESS_TOKEN: ${GITHUB_PERSONAL_ACCESS_TOKEN} - roots: - - uri: file:///Users/tapanc/dev/wags - name: "Local Development Folder" - - uri: https://github.com/anthropics/courses - name: "Anthropics Courses" - - uri: https://github.com/modelcontextprotocol/ - name: "MCP Organization" \ No newline at end of file diff --git a/servers/github/test_config.yaml b/servers/github/test_config.yaml deleted file mode 100644 index d691f1b..0000000 --- a/servers/github/test_config.yaml +++ /dev/null @@ -1,9 +0,0 @@ - -mcpServers: - github: - transport: stdio - command: python - args: - - servers/github/main.py - env: - GITHUB_PERSONAL_ACCESS_TOKEN: ${GITHUB_PERSONAL_ACCESS_TOKEN}