Skip to content

Commit 304752d

Browse files
authored
Merge pull request #12 from cycloidio/js-gh-mcp-registry
Github: add a server.json to be registered on gh mcp registry
2 parents fd23bac + 9c53932 commit 304752d

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cycloid-mcp-server"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "MCP Server for Cycloid integration"
55
readme = "README.md"
66
requires-python = ">=3.12"

server.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
3+
"name": "io.cycloid.mcp/server",
4+
"description": "An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform",
5+
"icon": "https://www.cycloid.io/favicon",
6+
"repository": {
7+
"url": "https://github.com/cycloidio/cycloid-mcp-server",
8+
"source": "github"
9+
},
10+
"version": "1.0.1",
11+
"remotes": [
12+
{
13+
"type": "streamable-http",
14+
"url": "https://mcp.cycloid.io/mcp",
15+
"headers": [
16+
{
17+
"name": "X-CY-API-KEY",
18+
"description": "API key for authentication",
19+
"isRequired": true,
20+
"isSecret": true
21+
},
22+
{
23+
"name": "X-CY-ORG",
24+
"description": "The organization canonical name (tenant) you want to interact with",
25+
"isRequired": true,
26+
"isSecret": false
27+
}
28+
]
29+
}
30+
]
31+
}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)