Commit Graph

6 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
1740d62a47 docs: add CLAUDE.md for Claude-specific guidance
Introduces a tailored version of CONTEXT.md optimized for Claude's features like MCP integration, skills, and artifact generation. Ensures sync with shared docs while highlighting Claude workflows for DICOM QA, browser automation, and more.
2026-04-08 13:55:22 +01:00
Gregory Gauthier
b51c4b2c02 feat(config): add Grok CLI support and provider-agnostic context guides
- Introduce .grok/context.md for Grok CLI workflows, MCP tool examples, and best practices.
- Add .grokignore to optimize context by excluding large files and binaries.
- Create CONTEXT.md as a general LLM context guide adaptable across platforms.
- Update README.md for provider-agnostic structure, Grok CLI integration, and generalized docs.
- Fix paths in config/claude_desktop_config.json to match new repository location.
2026-04-08 12:29:55 +01:00
Gregory Gauthier
83ec950df7 first commit 2026-04-08 12:11:04 +01:00