Commit Graph

4 Commits

Author SHA1 Message Date
Gregory Gauthier
08a73a136d chore(gitignore): add __pycache__ to ignored patterns
Remove tracked .pyc files from mcps directories to clean up repository.
2026-04-17 16:02:55 +01:00
Gregory Gauthier
2de32fe1e6 refactor(paths): use relative paths in configs and launch scripts
- Update README.md to reflect relative path usage.
- Change MCP server commands in claude_desktop_config.json to relative paths.
- Modify launch scripts to use `cd "$(dirname "$0")"` and relative paths, removing OS-specific absolute prefixes.
2026-04-17 14:25:42 +01:00
Gregory Gauthier
b8aa12c37c chore(config): update MCP server paths to new ~/Projects/local/mcp_servers/ location
Relocate references and commands for MCP servers from ./mcps/ to ~/Projects/local/mcp_servers/ across context files, README, CLAUDE.md, config JSON, and launch scripts. This includes cd commands, tool prefixes, and prompt references to reflect the new directory structure while maintaining provider-agnostic workflows. No functional changes to MCP behavior.
2026-04-17 14:13:33 +01:00
Gregory Gauthier
83ec950df7 first commit 2026-04-08 12:11:04 +01:00