md fixin
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m57s

This commit is contained in:
2026-01-17 14:18:55 -08:00
parent 1b084b2ba4
commit 83460abce4

View File

@@ -15,7 +15,7 @@ Claude Code uses **two separate configuration files** for MCP servers. They must
## File Locations (Windows) ## File Locations (Windows)
``` ```text
C:\Users\<username>\.claude.json # CLI config C:\Users\<username>\.claude.json # CLI config
C:\Users\<username>\.claude\settings.json # VS Code extension config C:\Users\<username>\.claude\settings.json # VS Code extension config
``` ```
@@ -182,7 +182,7 @@ npm run build
} }
``` ```
- GitHub: https://github.com/j-shelfwood/bugsink-mcp - GitHub: <https://github.com/j-shelfwood/bugsink-mcp>
- Get token from Bugsink UI: Settings > API Tokens - Get token from Bugsink UI: Settings > API Tokens
- **Do NOT use npx** - the package is not on npm - **Do NOT use npx** - the package is not on npm
@@ -310,7 +310,7 @@ In `~/.claude/settings.json`, add `"disabled": true`:
## Future: MCP Launchpad ## Future: MCP Launchpad
**Project:** https://github.com/kenneth-liao/mcp-launchpad **Project:** <https://github.com/kenneth-liao/mcp-launchpad>
MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interface. Worth revisiting when: MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interface. Worth revisiting when:
@@ -338,7 +338,7 @@ MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interf
## Future: Graphiti (Advanced Knowledge Graph) ## Future: Graphiti (Advanced Knowledge Graph)
**Project:** https://github.com/getzep/graphiti **Project:** <https://github.com/getzep/graphiti>
Graphiti provides temporal-aware knowledge graphs - it tracks not just facts, but _when_ they became true/outdated. Much more powerful than simple memory MCP, but requires significant infrastructure. Graphiti provides temporal-aware knowledge graphs - it tracks not just facts, but _when_ they became true/outdated. Much more powerful than simple memory MCP, but requires significant infrastructure.