Replies: 1 comment
-
Looking at #420 If starting shell and running mcp-atlassian from .venv/bin results in same problem. running custom server for network testing: and connecting from docker host nc localhost 8000 works, so networking should not be a problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello
Can you suggest more debug options?
Did:
git pull
docker build
docker run -ti --env-file .env -p 8000:8000 -v mcp.latest -v
however:
docker exec -ti --user 0 mcp /bin/ash
netstat -l 2>/dev/null | grep tcp | wc -l
ps
Although mcp-atlassian claims to listen on 8000 there is nothing, but process is running.
thanks for ideas to proceed
Beta Was this translation helpful? Give feedback.
All reactions