Skip to content

Commit cc90df8

Browse files
Update Jotform MCP server configuration
Removed host and port arguments from the configuration and added HTTP installation details.
1 parent 826d5ba commit cc90df8

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

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

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,10 @@
1919
"server",
2020
"tools"
2121
],
22-
"arguments": {
23-
"host": {
24-
"description": "The host to listen on.",
25-
"required": false,
26-
"example": "0.0.0.0"
27-
},
28-
"port": {
29-
"description": "The port to listen on.",
30-
"required": false,
31-
"example": "3000"
32-
}
33-
},
3422
"installations": {
35-
"npm": {
36-
"type": "npm",
37-
"command": "npx",
38-
"args": [
39-
"@jotform/mcp-server"
40-
],
23+
"http": {
24+
"type": "http",
25+
"url": "https://mcp.jotform.com",
4126
"recommended": true
4227
}
4328
},
@@ -47,4 +32,4 @@
4732
"examples": [],
4833
"is_official": true,
4934
"is_archived": false
50-
}
35+
}

0 commit comments

Comments
 (0)