Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56f45c9301 | ||
| 83460abce4 |
@@ -15,7 +15,7 @@ Claude Code uses **two separate configuration files** for MCP servers. They must
|
||||
|
||||
## File Locations (Windows)
|
||||
|
||||
```
|
||||
```text
|
||||
C:\Users\<username>\.claude.json # CLI 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
|
||||
- **Do NOT use npx** - the package is not on npm
|
||||
|
||||
@@ -310,7 +310,7 @@ In `~/.claude/settings.json`, add `"disabled": true`:
|
||||
|
||||
## 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:
|
||||
|
||||
@@ -338,7 +338,7 @@ MCP Launchpad is a CLI tool that wraps multiple MCP servers into a single interf
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "flyer-crawler",
|
||||
"version": "0.9.111",
|
||||
"version": "0.9.112",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "flyer-crawler",
|
||||
"version": "0.9.111",
|
||||
"version": "0.9.112",
|
||||
"dependencies": {
|
||||
"@bull-board/api": "^6.14.2",
|
||||
"@bull-board/express": "^6.14.2",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flyer-crawler",
|
||||
"private": true,
|
||||
"version": "0.9.111",
|
||||
"version": "0.9.112",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm:start:dev\" \"vite\"",
|
||||
|
||||
Reference in New Issue
Block a user