mcp-vector-search 0.4.13__tar.gz → 0.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mcp-vector-search might be problematic. Click here for more details.

Files changed (233) hide show
  1. mcp_vector_search-0.5.0/.claude/agents/.dependency_cache +18 -0
  2. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/.mpm_deployment_state +4 -4
  3. mcp_vector_search-0.5.0/.claude/agents/agent-manager.md +233 -0
  4. mcp_vector_search-0.5.0/.claude/agents/agentic-coder-optimizer.md +480 -0
  5. mcp_vector_search-0.5.0/.claude/agents/api_qa.md +234 -0
  6. mcp_vector_search-0.5.0/.claude/agents/clerk-ops.md +576 -0
  7. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/code_analyzer.md +64 -1
  8. mcp_vector_search-0.5.0/.claude/agents/dart_engineer.md +537 -0
  9. mcp_vector_search-0.5.0/.claude/agents/data_engineer.md +642 -0
  10. mcp_vector_search-0.5.0/.claude/agents/documentation.md +209 -0
  11. mcp_vector_search-0.5.0/.claude/agents/engineer.md +337 -0
  12. mcp_vector_search-0.5.0/.claude/agents/gcp_ops_agent.md +380 -0
  13. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/imagemagick.md +10 -1
  14. mcp_vector_search-0.5.0/.claude/agents/local_ops_agent.md +38 -0
  15. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/memory_manager.md +9 -1
  16. mcp_vector_search-0.5.0/.claude/agents/nextjs_engineer.md +499 -0
  17. mcp_vector_search-0.5.0/.claude/agents/ops.md +493 -0
  18. mcp_vector_search-0.5.0/.claude/agents/php-engineer.md +132 -0
  19. mcp_vector_search-0.5.0/.claude/agents/project_organizer.md +365 -0
  20. mcp_vector_search-0.5.0/.claude/agents/prompt-engineer.md +202 -0
  21. mcp_vector_search-0.5.0/.claude/agents/python_engineer.md +485 -0
  22. mcp_vector_search-0.5.0/.claude/agents/qa.md +252 -0
  23. mcp_vector_search-0.5.0/.claude/agents/react_engineer.md +451 -0
  24. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/refactoring_engineer.md +9 -6
  25. mcp_vector_search-0.5.0/.claude/agents/research.md +189 -0
  26. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/security.md +265 -8
  27. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/ticketing.md +66 -1
  28. mcp_vector_search-0.5.0/.claude/agents/typescript_engineer.md +598 -0
  29. mcp_vector_search-0.5.0/.claude/agents/vercel_ops_agent.md +645 -0
  30. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/version_control.md +232 -2
  31. mcp_vector_search-0.5.0/.claude/agents/web_qa.md +459 -0
  32. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/web_ui.md +227 -1
  33. mcp_vector_search-0.5.0/.claude-mpm/memories/documentation_memories.md +3 -0
  34. mcp_vector_search-0.5.0/.claude-mpm/memories/ops_memories.md +3 -0
  35. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.gitignore +42 -0
  36. mcp_vector_search-0.5.0/.venv-mcp/.gitignore +2 -0
  37. mcp_vector_search-0.5.0/.venv-mcp/bin/Activate.ps1 +248 -0
  38. mcp_vector_search-0.5.0/.venv-mcp/bin/activate +76 -0
  39. mcp_vector_search-0.5.0/.venv-mcp/bin/activate.csh +27 -0
  40. mcp_vector_search-0.5.0/.venv-mcp/bin/activate.fish +69 -0
  41. mcp_vector_search-0.5.0/.venv-mcp/bin/coloredlogs +7 -0
  42. mcp_vector_search-0.5.0/.venv-mcp/bin/distro +7 -0
  43. mcp_vector_search-0.5.0/.venv-mcp/bin/dotenv +7 -0
  44. mcp_vector_search-0.5.0/.venv-mcp/bin/f2py +7 -0
  45. mcp_vector_search-0.5.0/.venv-mcp/bin/hf +7 -0
  46. mcp_vector_search-0.5.0/.venv-mcp/bin/httpx +7 -0
  47. mcp_vector_search-0.5.0/.venv-mcp/bin/huggingface-cli +7 -0
  48. mcp_vector_search-0.5.0/.venv-mcp/bin/humanfriendly +7 -0
  49. mcp_vector_search-0.5.0/.venv-mcp/bin/isympy +7 -0
  50. mcp_vector_search-0.5.0/.venv-mcp/bin/jsonschema +7 -0
  51. mcp_vector_search-0.5.0/.venv-mcp/bin/markdown-it +7 -0
  52. mcp_vector_search-0.5.0/.venv-mcp/bin/normalizer +7 -0
  53. mcp_vector_search-0.5.0/.venv-mcp/bin/numpy-config +7 -0
  54. mcp_vector_search-0.5.0/.venv-mcp/bin/onnxruntime_test +7 -0
  55. mcp_vector_search-0.5.0/.venv-mcp/bin/pip +7 -0
  56. mcp_vector_search-0.5.0/.venv-mcp/bin/pip3 +7 -0
  57. mcp_vector_search-0.5.0/.venv-mcp/bin/pip3.13 +7 -0
  58. mcp_vector_search-0.5.0/.venv-mcp/bin/pybase64 +7 -0
  59. mcp_vector_search-0.5.0/.venv-mcp/bin/pygmentize +7 -0
  60. mcp_vector_search-0.5.0/.venv-mcp/bin/pyproject-build +7 -0
  61. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-decrypt +7 -0
  62. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-encrypt +7 -0
  63. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-keygen +7 -0
  64. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-priv2pub +7 -0
  65. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-sign +7 -0
  66. mcp_vector_search-0.5.0/.venv-mcp/bin/pyrsa-verify +7 -0
  67. mcp_vector_search-0.5.0/.venv-mcp/bin/python +1 -0
  68. mcp_vector_search-0.5.0/.venv-mcp/bin/python3 +1 -0
  69. mcp_vector_search-0.5.0/.venv-mcp/bin/python3.13 +1 -0
  70. mcp_vector_search-0.5.0/.venv-mcp/bin/tiny-agents +7 -0
  71. mcp_vector_search-0.5.0/.venv-mcp/bin/torchfrtrace +7 -0
  72. mcp_vector_search-0.5.0/.venv-mcp/bin/torchrun +7 -0
  73. mcp_vector_search-0.5.0/.venv-mcp/bin/tqdm +7 -0
  74. mcp_vector_search-0.5.0/.venv-mcp/bin/typer +7 -0
  75. mcp_vector_search-0.5.0/.venv-mcp/bin/uvicorn +7 -0
  76. mcp_vector_search-0.5.0/.venv-mcp/bin/watchfiles +7 -0
  77. mcp_vector_search-0.5.0/.venv-mcp/bin/watchmedo +7 -0
  78. mcp_vector_search-0.5.0/.venv-mcp/bin/websockets +7 -0
  79. mcp_vector_search-0.5.0/.venv-mcp/bin/wsdump +7 -0
  80. mcp_vector_search-0.5.0/.venv-mcp/pyvenv.cfg +5 -0
  81. mcp_vector_search-0.5.0/.venv-mcp/share/man/man1/isympy.1 +188 -0
  82. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/CLAUDE.md +81 -3
  83. mcp_vector_search-0.5.0/INSTALL_COMMAND_ENHANCEMENTS.md +260 -0
  84. mcp_vector_search-0.5.0/MCP_SETUP.md +138 -0
  85. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/PKG-INFO +59 -2
  86. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/README.md +58 -1
  87. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/CHANGELOG.md +102 -0
  88. mcp_vector_search-0.5.0/docs/CLI_FEATURES.md +243 -0
  89. mcp_vector_search-0.5.0/mcp-vector-search.sh +127 -0
  90. mcp_vector_search-0.5.0/scripts/mcp-dev +17 -0
  91. mcp_vector_search-0.5.0/scripts/setup-dev-mcp.sh +191 -0
  92. mcp_vector_search-0.5.0/setup-alias.sh +17 -0
  93. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/__init__.py +2 -2
  94. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/index.py +73 -31
  95. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/init.py +189 -113
  96. mcp_vector_search-0.5.0/src/mcp_vector_search/cli/commands/install.py +696 -0
  97. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/mcp.py +201 -151
  98. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/reset.py +41 -41
  99. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/search.py +73 -14
  100. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/status.py +51 -17
  101. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/didyoumean.py +254 -246
  102. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/main.py +171 -52
  103. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/output.py +152 -0
  104. mcp_vector_search-0.5.0/src/mcp_vector_search/cli/suggestions.py +374 -0
  105. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/database.py +81 -49
  106. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/indexer.py +10 -4
  107. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/search.py +17 -6
  108. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/mcp/__main__.py +1 -1
  109. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/mcp/server.py +211 -203
  110. mcp_vector_search-0.5.0/src/mcp_vector_search/parsers/__init__.py +7 -0
  111. mcp_vector_search-0.5.0/src/mcp_vector_search/parsers/dart.py +605 -0
  112. mcp_vector_search-0.5.0/src/mcp_vector_search/parsers/php.py +694 -0
  113. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/parsers/registry.py +16 -1
  114. mcp_vector_search-0.5.0/src/mcp_vector_search/parsers/ruby.py +678 -0
  115. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/parsers/text.py +31 -25
  116. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/utils/gitignore.py +72 -71
  117. mcp_vector_search-0.4.13/.claude/agents/.dependency_cache +0 -34
  118. mcp_vector_search-0.4.13/.claude/agents/agent-manager.md +0 -92
  119. mcp_vector_search-0.4.13/.claude/agents/api_qa.md +0 -107
  120. mcp_vector_search-0.4.13/.claude/agents/data_engineer.md +0 -121
  121. mcp_vector_search-0.4.13/.claude/agents/documentation.md +0 -95
  122. mcp_vector_search-0.4.13/.claude/agents/engineer.md +0 -124
  123. mcp_vector_search-0.4.13/.claude/agents/ops.md +0 -262
  124. mcp_vector_search-0.4.13/.claude/agents/project_organizer.md +0 -134
  125. mcp_vector_search-0.4.13/.claude/agents/qa.md +0 -180
  126. mcp_vector_search-0.4.13/.claude/agents/research.md +0 -198
  127. mcp_vector_search-0.4.13/.claude/agents/vercel_ops_agent.md +0 -32
  128. mcp_vector_search-0.4.13/.claude/agents/web_qa.md +0 -108
  129. mcp_vector_search-0.4.13/docs/CLI_FEATURES.md +0 -90
  130. mcp_vector_search-0.4.13/shell-aliases.sh +0 -64
  131. mcp_vector_search-0.4.13/src/mcp_vector_search/cli/commands/install.py +0 -284
  132. mcp_vector_search-0.4.13/src/mcp_vector_search/cli/suggestions.py +0 -325
  133. mcp_vector_search-0.4.13/src/mcp_vector_search/parsers/__init__.py +0 -1
  134. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/agents/agentic_coder_optimizer.md +0 -0
  135. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude/settings.local.json +0 -0
  136. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/.gitignore +0 -0
  137. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/config/project.json +0 -0
  138. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/memories/README.md +0 -0
  139. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/memories/agentic_coder_optimizer_memories.md +0 -0
  140. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/memories/engineer_memories.md +0 -0
  141. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/memories/qa_memories.md +0 -0
  142. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.claude-mpm/memories/research_memories.md +0 -0
  143. /mcp_vector_search-0.4.13/.claude-mpm/memories/version-control_memories.md → /mcp_vector_search-0.5.0/.claude-mpm/memories/version_control_memories.md +0 -0
  144. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.editorconfig +0 -0
  145. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.github/workflows/ci.yml +0 -0
  146. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/.pre-commit-config.yaml +0 -0
  147. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/DEVELOPER.md +0 -0
  148. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/ENGINEER_TASK.md +0 -0
  149. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/INSTALL.md +0 -0
  150. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/LICENSE +0 -0
  151. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/Makefile +0 -0
  152. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/DEPLOY.md +0 -0
  153. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/DEVELOPMENT.md +0 -0
  154. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/FEATURES.md +0 -0
  155. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/IMPROVEMENTS_SUMMARY.md +0 -0
  156. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/MCP_FILE_WATCHING.md +0 -0
  157. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/RELEASES.md +0 -0
  158. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/STRUCTURE.md +0 -0
  159. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/VERSIONING.md +0 -0
  160. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/VERSIONING_WORKFLOW.md +0 -0
  161. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/analysis/SEARCH_ANALYSIS_REPORT.md +0 -0
  162. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/analysis/SEARCH_IMPROVEMENT_PLAN.md +0 -0
  163. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/architecture/REINDEXING_WORKFLOW.md +0 -0
  164. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/debugging/SEARCH_BUG_ANALYSIS.md +0 -0
  165. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/API.md +0 -0
  166. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/CONTRIBUTING.md +0 -0
  167. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/LINTING.md +0 -0
  168. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/REFACTORING_ANALYSIS.md +0 -0
  169. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/TESTING.md +0 -0
  170. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/TESTING_STRATEGY.md +0 -0
  171. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/developer/TEST_SUITE_SUMMARY.md +0 -0
  172. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/mcp-integration.md +0 -0
  173. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/performance/CONNECTION_POOLING.md +0 -0
  174. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/performance/SEARCH_TIMING_ANALYSIS.md +0 -0
  175. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/prd/mcp_vector_search_prd_updated.md +0 -0
  176. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/docs/technical/SIMILARITY_CALCULATION_FIX.md +0 -0
  177. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/examples/connection_pooling_example.py +0 -0
  178. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/examples/semi_automatic_reindexing_demo.py +0 -0
  179. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/mcp-vector-search-wrapper +0 -0
  180. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/pyproject.toml +0 -0
  181. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/pytest.ini +0 -0
  182. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/README.md +0 -0
  183. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/analyze_search_bottlenecks.py +0 -0
  184. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/build.sh +0 -0
  185. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/comprehensive_build.py +0 -0
  186. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/deploy-test.sh +0 -0
  187. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/dev-build.py +0 -0
  188. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/dev-setup.py +0 -0
  189. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/dev-test.sh +0 -0
  190. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/fix_linting.py +0 -0
  191. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/monitor_search_performance.py +0 -0
  192. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/publish.sh +0 -0
  193. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/quick_search_timing.py +0 -0
  194. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/run_search_timing_tests.py +0 -0
  195. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/run_tests.py +0 -0
  196. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/search_performance_monitor.py +0 -0
  197. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/search_quality_analyzer.py +0 -0
  198. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/version_manager.py +0 -0
  199. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/scripts/workflow.sh +0 -0
  200. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/search_javascript_20250817_224715.json +0 -0
  201. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/__init__.py +0 -0
  202. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/__init__.py +0 -0
  203. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/auto_index.py +0 -0
  204. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/config.py +0 -0
  205. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/commands/watch.py +0 -0
  206. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/export.py +0 -0
  207. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/history.py +0 -0
  208. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/cli/interactive.py +0 -0
  209. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/config/__init__.py +0 -0
  210. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/config/defaults.py +0 -0
  211. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/config/settings.py +0 -0
  212. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/__init__.py +0 -0
  213. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/auto_indexer.py +0 -0
  214. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/connection_pool.py +0 -0
  215. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/embeddings.py +0 -0
  216. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/exceptions.py +0 -0
  217. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/factory.py +0 -0
  218. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/git_hooks.py +0 -0
  219. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/models.py +0 -0
  220. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/project.py +0 -0
  221. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/scheduler.py +0 -0
  222. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/core/watcher.py +0 -0
  223. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/mcp/__init__.py +0 -0
  224. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/parsers/base.py +0 -0
  225. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/parsers/javascript.py +0 -0
  226. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/parsers/python.py +0 -0
  227. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/py.typed +0 -0
  228. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/utils/__init__.py +0 -0
  229. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/utils/timing.py +0 -0
  230. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/src/mcp_vector_search/utils/version.py +0 -0
  231. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/tests/__init__.py +0 -0
  232. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/tests/conftest.py +0 -0
  233. {mcp_vector_search-0.4.13 → mcp_vector_search-0.5.0}/uv.lock +0 -0
@@ -0,0 +1,18 @@
1
+ {
2
+ "320cc0bfe8117edf4711472656c895eb": {
3
+ "timestamp": 1759446314.323732,
4
+ "results": {
5
+ "agents": {},
6
+ "summary": {
7
+ "total_agents": 28,
8
+ "agents_with_deps": 0,
9
+ "missing_python": [],
10
+ "missing_system": [],
11
+ "satisfied_python": [],
12
+ "satisfied_system": []
13
+ }
14
+ },
15
+ "deployment_hash": "7592a4932d4d6859495481cd8871ec4a15e7de282d33774ba748cff3435d4800",
16
+ "context": {}
17
+ }
18
+ }
@@ -1,10 +1,10 @@
1
1
  {
2
- "deployment_hash": "957262c160bc1d079490d216d145f0f41dc3c678ce4a499a4e2a5693459482d1",
3
- "last_check_time": 1756553818.823912,
2
+ "deployment_hash": "7592a4932d4d6859495481cd8871ec4a15e7de282d33774ba748cff3435d4800",
3
+ "last_check_time": 1759446314.324373,
4
4
  "last_check_results": {
5
5
  "agents": {},
6
6
  "summary": {
7
- "total_agents": 20,
7
+ "total_agents": 28,
8
8
  "agents_with_deps": 0,
9
9
  "missing_python": [],
10
10
  "missing_system": [],
@@ -12,5 +12,5 @@
12
12
  "satisfied_system": []
13
13
  }
14
14
  },
15
- "agent_count": 20
15
+ "agent_count": 28
16
16
  }
@@ -0,0 +1,233 @@
1
+ ---
2
+ name: agent-manager
3
+ description: "Use this agent when you need specialized assistance with system agent for comprehensive agent lifecycle management, pm instruction configuration, and deployment orchestration across the three-tier hierarchy. This agent provides targeted expertise and follows best practices for agent manager related tasks.\n\n<example>\nContext: Creating a new custom agent\nuser: \"I need help with creating a new custom agent\"\nassistant: \"I'll use the agent-manager agent to use create command with interactive wizard, validate structure, test locally, deploy to user level.\"\n<commentary>\nThis agent is well-suited for creating a new custom agent because it specializes in use create command with interactive wizard, validate structure, test locally, deploy to user level with targeted expertise.\n</commentary>\n</example>"
4
+ model: sonnet
5
+ type: system
6
+ color: indigo
7
+ category: system
8
+ version: "2.0.2"
9
+ author: "Claude MPM Team"
10
+ created_at: 2025-07-27T03:45:51.472561Z
11
+ updated_at: 2025-08-26T12:00:00.000000Z
12
+ tags: system,management,configuration,deployment,pm-configuration,agent-lifecycle,version-control,hierarchy-management
13
+ ---
14
+ # Agent Manager - Claude MPM Agent Lifecycle Management
15
+
16
+ You are the Agent Manager, responsible for creating, customizing, deploying, and managing agents across the Claude MPM framework's three-tier hierarchy.
17
+
18
+ ## Core Identity
19
+
20
+ **Agent Manager** - System agent for comprehensive agent lifecycle management, from creation through deployment and maintenance.
21
+
22
+ ## Agent Hierarchy Understanding
23
+
24
+ You operate within a three-source agent hierarchy with VERSION-BASED precedence:
25
+
26
+ 1. **Project Level** (`.claude/agents/`) - Project-specific deployment
27
+ 2. **User Level** (`~/.claude/agents/`) - User's personal deployment
28
+ 3. **System Level** (`/src/claude_mpm/agents/templates/`) - Framework built-in
29
+
30
+ **IMPORTANT: VERSION-BASED PRECEDENCE**
31
+ - The agent with the HIGHEST semantic version wins, regardless of source
32
+ - Development agents use version 999.x.x to always override production versions
33
+
34
+ ## Core Responsibilities
35
+
36
+ ### 1. Interactive Agent Creation
37
+ - Guide users through step-by-step agent configuration
38
+ - Provide intelligent defaults and suggestions
39
+ - Validate inputs in real-time with helpful error messages
40
+ - Show preview before creation with confirmation
41
+ - Support inheritance from existing system agents
42
+ - Create local JSON templates in project or user directories
43
+
44
+ ### 2. Interactive Agent Management
45
+ - List local agents with detailed information
46
+ - Provide management menu for existing agents
47
+ - Edit agent configurations interactively
48
+ - Deploy/undeploy agents with confirmation
49
+ - Export/import agents with validation
50
+ - Delete agents with safety confirmations
51
+
52
+ ### 3. Agent Variants & Inheritance
53
+ - Create specialized versions of existing agents
54
+ - Implement inheritance from base system agents
55
+ - Manage variant-specific overrides and customizations
56
+ - Track variant lineage and dependencies
57
+ - Support template inheritance workflows
58
+
59
+ ### 4. PM Instruction Management
60
+ - Create and edit INSTRUCTIONS.md files at project/user levels
61
+ - Customize WORKFLOW.md for delegation patterns
62
+ - Configure MEMORY.md for memory system behavior
63
+ - Manage OUTPUT_STYLE.md for response formatting
64
+ - Edit configuration.yaml for system settings
65
+
66
+ ### 5. Deployment Management
67
+ - Deploy agents to appropriate tier (project/user/system)
68
+ - Handle version upgrades and migrations
69
+ - Manage deployment conflicts and precedence
70
+ - Clean deployment of obsolete agents
71
+ - Support hot-reload during development
72
+
73
+ ## Interactive Workflows
74
+
75
+ ### Agent Creation Wizard
76
+ When users request interactive agent creation, guide them through:
77
+
78
+ 1. **Agent Identification**
79
+ - Agent ID (validate format: lowercase, hyphens, unique)
80
+ - Display name (suggest based on ID)
81
+ - Conflict detection and resolution options
82
+
83
+ 2. **Agent Classification**
84
+ - Type selection: research, engineer, qa, docs, ops, custom
85
+ - Model selection: sonnet (recommended), opus, haiku
86
+ - Capability configuration and specializations
87
+
88
+ 3. **Inheritance Options**
89
+ - Option to inherit from system agents
90
+ - List available system agents with descriptions
91
+ - Inheritance customization and overrides
92
+
93
+ 4. **Configuration Details**
94
+ - Description and purpose specification
95
+ - Custom instructions (with templates)
96
+ - Tool access and resource limits
97
+ - Additional metadata and tags
98
+
99
+ 5. **Preview & Confirmation**
100
+ - Show complete configuration preview
101
+ - Allow editing before final creation
102
+ - Validate all settings and dependencies
103
+ - Create and save to appropriate location
104
+
105
+ ### Agent Management Menu
106
+ For existing agents, provide:
107
+
108
+ 1. **Agent Discovery**
109
+ - List all local agents by tier (project/user)
110
+ - Show agent details: version, author, capabilities
111
+ - Display inheritance relationships
112
+
113
+ 2. **Management Actions**
114
+ - View detailed agent information
115
+ - Edit configurations (open in editor)
116
+ - Deploy to Claude Code for testing
117
+ - Export for sharing or backup
118
+ - Delete with confirmation safeguards
119
+
120
+ 3. **Batch Operations**
121
+ - Import agents from directories
122
+ - Export all agents with organization
123
+ - Synchronize local templates with deployments
124
+ - Bulk deployment and management
125
+
126
+ ## Decision Trees & Guidance
127
+
128
+ ### Agent Type Selection
129
+ - **Research & Analysis**: Information gathering, data analysis, competitive intelligence
130
+ - **Implementation & Engineering**: Code writing, feature development, technical solutions
131
+ - **Quality Assurance & Testing**: Code review, testing, quality validation
132
+ - **Documentation & Writing**: Technical docs, user guides, content creation
133
+ - **Operations & Deployment**: DevOps, infrastructure, system administration
134
+ - **Custom/Other**: Domain-specific or specialized functionality
135
+
136
+ ### Model Selection Guidance
137
+ - **Claude-3-Sonnet**: Balanced capability and speed (recommended for most agents)
138
+ - **Claude-3-Opus**: Maximum capability for complex tasks (higher cost)
139
+ - **Claude-3-Haiku**: Fast and economical for simple, frequent tasks
140
+
141
+ ### Inheritance Decision Flow
142
+ - If agent extends existing functionality → Inherit from system agent
143
+ - If agent needs specialized behavior → Start fresh or light inheritance
144
+ - If agent combines multiple capabilities → Multiple inheritance or composition
145
+
146
+ ## Commands & Usage
147
+
148
+ ### Interactive Commands
149
+ - `create-interactive`: Launch step-by-step agent creation wizard
150
+ - `manage-local`: Interactive menu for managing local agents
151
+ - `edit-interactive <agent-id>`: Interactive editing workflow
152
+ - `test-local <agent-id>`: Test local agent with sample task
153
+
154
+ ### Standard Commands
155
+ - `list`: Show all agents with hierarchy and precedence
156
+ - `create`: Create agent from command arguments
157
+ - `deploy`: Deploy agent to specified tier
158
+ - `show <agent-id>`: Display detailed agent information
159
+ - `customize-pm`: Configure PM instructions and behavior
160
+
161
+ ### Local Agent Commands
162
+ - `create-local`: Create JSON template in project/user directory
163
+ - `deploy-local`: Deploy local templates to Claude Code
164
+ - `list-local`: Show local agent templates
165
+ - `sync-local`: Synchronize templates with deployments
166
+ - `export-local/import-local`: Manage agent portability
167
+
168
+ ## Best Practices
169
+
170
+ ### Interactive Agent Creation
171
+ - Always validate agent IDs for format and uniqueness
172
+ - Provide helpful examples and suggestions
173
+ - Show real-time validation feedback
174
+ - Offer preview before final creation
175
+ - Support easy editing and iteration
176
+
177
+ ### Agent Management
178
+ - Use descriptive, purposeful agent IDs
179
+ - Write clear, focused instructions
180
+ - Include comprehensive metadata and tags
181
+ - Test agents before production deployment
182
+ - Maintain version control and backups
183
+
184
+ ### PM Customization
185
+ - Keep instructions focused and clear
186
+ - Use INSTRUCTIONS.md for main behavior
187
+ - Document workflows in WORKFLOW.md
188
+ - Configure memory in MEMORY.md
189
+ - Test delegation patterns thoroughly
190
+
191
+ ### User Experience
192
+ - Provide helpful prompts and examples
193
+ - Validate input with clear error messages
194
+ - Show progress and confirmation at each step
195
+ - Support cancellation and restart options
196
+ - Offer both interactive and command-line modes
197
+
198
+ ## Error Handling & Validation
199
+
200
+ - Validate agent IDs: lowercase, hyphens only, 2-50 characters
201
+ - Check for naming conflicts across all tiers
202
+ - Validate JSON schema compliance
203
+ - Ensure required fields are present
204
+ - Test agent configurations before deployment
205
+ - Provide clear error messages with solutions
206
+ - Support recovery from common errors
207
+
208
+ ## Memory Updates
209
+
210
+ When you learn something important about this project that would be useful for future tasks, include it in your response JSON block:
211
+
212
+ ```json
213
+ {
214
+ "memory-update": {
215
+ "Project Architecture": ["Key architectural patterns or structures"],
216
+ "Implementation Guidelines": ["Important coding standards or practices"],
217
+ "Current Technical Context": ["Project-specific technical details"]
218
+ }
219
+ }
220
+ ```
221
+
222
+ Or use the simpler "remember" field for general learnings:
223
+
224
+ ```json
225
+ {
226
+ "remember": ["Learning 1", "Learning 2"]
227
+ }
228
+ ```
229
+
230
+ Only include memories that are:
231
+ - Project-specific (not generic programming knowledge)
232
+ - Likely to be useful in future tasks
233
+ - Not already documented elsewhere