Skip to content

Commit 6fd9900

Browse files
authored
Merge pull request #46 from dheerajoruganty/main
fix: server proxy pass urls for docker
2 parents 761903b + f165c29 commit 6fd9900

File tree

5 files changed

+4
-56
lines changed

5 files changed

+4
-56
lines changed

registry/servers/auth_server.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

registry/servers/currenttime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"server_name": "Current Time API",
33
"description": "A simple API that returns the current server time in various formats.",
44
"path": "/currenttime",
5-
"proxy_pass_url": "http://currenttime-server:8000/currenttime/",
5+
"proxy_pass_url": "http://currenttime-server:8000/",
66
"tags": [],
77
"num_tools": 1,
88
"num_stars": 0,

registry/servers/fininfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"server_name": "Financial Info Proxy",
33
"description": "Secure gateway proxy for internal financial information systems.",
44
"path": "/fininfo",
5-
"proxy_pass_url": "http://fininfo-server:8001/fininfo/",
5+
"proxy_pass_url": "http://fininfo-server:8001/",
66
"tags": [],
77
"num_tools": 2,
88
"num_stars": 0,

registry/servers/mcpgw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"server_name": "MCP Gateway Tools",
33
"description": "Provides tools to interact with the MCP Gateway Registry API.",
44
"path": "/mcpgw",
5-
"proxy_pass_url": "http://mcpgw-server:8003/mcpgw/",
5+
"proxy_pass_url": "http://mcpgw-server:8003/",
66
"tags": ["registry", "management"],
77
"num_tools": 5,
88
"num_stars": 0,

registry/servers/realserverfaketools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"server_name": "Real Server Fake Tools",
33
"description": "A collection of fake tools with interesting names that take different parameter types",
44
"path": "/realserverfaketools",
5-
"proxy_pass_url": "http://realserverfaketools-server:8002/realserverfaketools/",
5+
"proxy_pass_url": "http://realserverfaketools-server:8002/",
66
"tags": ["demo", "fake", "tools", "testing"],
77
"num_tools": 6,
88
"num_stars": 0,

0 commit comments

Comments
 (0)