Skip to content

Commit d7bb58f

Browse files
committed
fix manifest
1 parent d59d058 commit d7bb58f

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

mcp-registry/servers/f1-mcp-server.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
},
1313
"license": "MIT",
1414
"categories": [
15-
"Data Services",
16-
"Sports"
15+
"Productivity",
16+
"Knowledge Base",
17+
"MCP Tools"
1718
],
1819
"tags": [
1920
"f1",
@@ -32,17 +33,6 @@
3233
],
3334
"description": "Run the F1 MCP server globally using uvx (requires uv installed)",
3435
"recommended": true
35-
},
36-
"pip": {
37-
"type": "pip",
38-
"command": "pip",
39-
"args": [
40-
"install",
41-
"f1-mcp-server"
42-
],
43-
"run_command": "f1-mcp-server",
44-
"run_args": [],
45-
"description": "Install with pip and run the server directly (requires Python environment)"
4636
}
4737
},
4838
"arguments": {},

0 commit comments

Comments
 (0)