Skip to content

Commit 7aedc69

Browse files
committed
fixes for mcp registry publish
1 parent a90b56f commit 7aedc69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.CodeLogicIncEngineering/codelogic-mcp-server",
44
"description": "An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.",
55
"status": "active",
@@ -10,14 +10,14 @@
1010
"version": "1.0.7",
1111
"packages": [
1212
{
13-
"registry_type": "pypi",
14-
"registry_base_url": "https://pypi.org",
13+
"registryType": "pypi",
14+
"registryBaseUrl": "https://pypi.org",
1515
"identifier": "codelogic-mcp-server",
1616
"version": "1.0.7",
1717
"transport": {
1818
"type": "stdio"
1919
},
20-
"environment_variables": [
20+
"environmentVariables": [
2121
{
2222
"description": "url to the CodeLogic server e.g. https://myco.app.codelogic.com",
2323
"is_required": true,

0 commit comments

Comments
 (0)