Any experience using 'mcp-atlassian' with the OpenAI Agents SDK? #559
Unanswered
juancarlos2701
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to provide the MCP Server
mcp-atlassian
to an agent created with the OpenAI Agents SDK in order for it to be able to create JIRA issues, however this has not worked out so far. It does not work to perform a simple task like listing the available tools from the MCP Server using the MCPServerStdio class from the OpenAI Agents SDK. I also tryied accessing the server through SSE (commented code and started the container withdocker run --rm -d -p 9000:9000 --env-file ./mcp_atlassian.env ghcr.io/sooperset/mcp-atlassian:latest --transport sse --port 9000 -vv
) but also was not successful. The.env
file I used is attached with corresponding place-holders.Here is my script trying to list the tools from the MCP Server:
Enviroment specifications:
When running the previous script, I get the following error:
With an MCP Server that it works it prints the tools like this and the agent is able to use the tools:
Anyone has tryied using this MCP Server with agents from the OpenAI Agents SDK successfully? Any advice is appreciated or shall I report this as a bug?
Beta Was this translation helpful? Give feedback.
All reactions