You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I rewrite server_state.json with “{"service_state":{"/filesystem":true,"/wikipedia":true}}”
also in docker-compose.yaml:
volumes:
/opt/mcp-gateway/servers:/app/registry/servers
However, the log printed:
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:82},INFO,Attempting to load persisted state from /app/registry/servers/server_state.json...
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:93},INFO,Successfully loaded persisted state.
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:117},INFO,Initial service state loaded: {'/filesystem': False, '/wikipedia': False}
this may cause that /server api return empty list, in other words, there no mcp server in the gui
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, there
I rewrite server_state.json with “{"service_state":{"/filesystem":true,"/wikipedia":true}}”
also in docker-compose.yaml:
volumes:
However, the log printed:
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:82},INFO,Attempting to load persisted state from /app/registry/servers/server_state.json...
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:93},INFO,Successfully loaded persisted state.
registry-1 |2025-08-28 23:38:34,351,p115,{server_service.py:117},INFO,Initial service state loaded: {'/filesystem': False, '/wikipedia': False}
this may cause that /server api return empty list, in other words, there no mcp server in the gui
could someone have any idea about this issue
thanks
Beta Was this translation helpful? Give feedback.
All reactions