Skip to content

Commit 17ea2c0

Browse files
committed
test removal again
1 parent 9617292 commit 17ea2c0

File tree

3 files changed

+5
-61
lines changed

3 files changed

+5
-61
lines changed

public/allowed-servers.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
{
2-
"servers": [
3-
{
4-
"server": {
5-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
6-
"name": "com.figma.mcp/mcp",
7-
"description": "The Figma MCP server brings Figma design context directly into your AI workflow.",
8-
"title": "Figma MCP Server",
9-
"repository": {
10-
"url": "https://github.com/figma/mcp-server-guide",
11-
"source": "github"
12-
},
13-
"version": "1.0.3",
14-
"remotes": [
15-
{
16-
"type": "streamable-http",
17-
"url": "https://mcp.figma.com/mcp"
18-
}
19-
]
20-
},
21-
"_meta": {
22-
"io.modelcontextprotocol.registry/official": {
23-
"status": "active",
24-
"publishedAt": "2025-10-16T17:40:56.949472Z",
25-
"updatedAt": "2025-10-16T17:40:56.949472Z",
26-
"isLatest": true
27-
}
28-
}
29-
}
30-
],
2+
"servers": [],
313
"metadata": {
32-
"count": 1,
4+
"count": 0,
335
"nextCursor": null
346
}
357
}

public/v0.1/servers.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
{
2-
"servers": [
3-
{
4-
"server": {
5-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
6-
"name": "com.figma.mcp/mcp",
7-
"description": "The Figma MCP server brings Figma design context directly into your AI workflow.",
8-
"title": "Figma MCP Server",
9-
"repository": {
10-
"url": "https://github.com/figma/mcp-server-guide",
11-
"source": "github"
12-
},
13-
"version": "1.0.3",
14-
"remotes": [
15-
{
16-
"type": "streamable-http",
17-
"url": "https://mcp.figma.com/mcp"
18-
}
19-
]
20-
},
21-
"_meta": {
22-
"io.modelcontextprotocol.registry/official": {
23-
"status": "active",
24-
"publishedAt": "2025-10-16T17:40:56.949472Z",
25-
"updatedAt": "2025-10-16T17:40:56.949472Z",
26-
"isLatest": true
27-
}
28-
}
29-
}
30-
],
2+
"servers": [],
313
"metadata": {
32-
"count": 1,
4+
"count": 0,
335
"nextCursor": null
346
}
357
}

scripts/build-registry.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const OUT_DIR = join(__dirname, '..', 'public');
1616

1717
// Add server names here to include them
1818
const ALLOWED_SERVERS = [
19-
'com.figma.mcp/mcp',
19+
2020
];
2121

2222
async function fetchServer(name) {

0 commit comments

Comments
 (0)