Metadata-Version: 2.5
Name: copilot-graph-spec
Version: 0.1.0
Summary: Python MCP server serving a unified code + spec graph for context-efficient agent workflows
Project-URL: Homepage, https://github.com/SamarthK1239/GraphSPEC
Project-URL: Repository, https://github.com/SamarthK1239/GraphSPEC
Project-URL: Issues, https://github.com/SamarthK1239/GraphSPEC/issues
Author: Samarth Kulkarni
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: click
Requires-Dist: fastembed
Requires-Dist: mcp
Requires-Dist: sqlite-vec
Requires-Dist: tree-sitter
Requires-Dist: tree-sitter-language-pack
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: torch
Requires-Dist: sentence-transformers; extra == 'torch'
