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}