File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 import urllib.request
105105 from jsonschema import ValidationError, validate
106106
107- schema_url = "https://static.modelcontextprotocol.io/schemas/2025-09-16 /server.schema.json"
107+ schema_url = "https://static.modelcontextprotocol.io/schemas/2025-09-29 /server.schema.json"
108108
109109 try:
110110 with urllib.request.urlopen(schema_url, timeout=30) as response:
Original file line number Diff line number Diff line change 11[project ]
22name = " codealive-mcp"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " MCP server for the CodeAlive API"
55readme = " README.md"
66requires-python = " >=3.11"
@@ -27,4 +27,4 @@ build-backend = "setuptools.build_meta"
2727
2828[tool .setuptools ]
2929packages = [" src" ]
30- package-dir = {"" = " ." }
30+ package-dir = {"" = " ." }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16 /server.schema.json" ,
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-29 /server.schema.json" ,
33 "name" : " io.github.CodeAlive-AI/codealive-mcp" ,
44 "version" : " 0.2.0" ,
55 "description" : " Semantic code search and analysis from CodeAlive for AI assistants and agents." ,
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ def main():
165165
166166
167167if __name__ == "__main__" :
168- main ()
168+ main ()
You can’t perform that action at this time.
0 commit comments