MCP funktioniert nicht?

Hallo zusammen,

ich habe grade versucht, awork via MCP in Claude Code einzubinden:
`claude mcp add --transport http awork https://api.awork.com/api/v1/mcp\`
Das klappt, die anschließende authentifizierung über `/mcp` klappt auch. Leider kann Claude Code die Tools anschließend nicht nutzen. Wie ist da der aktuelle Entwicklungsstand? Ist das ein Fehler auf meiner Seite, oder funktioniert das aktuell nicht?

Beste Grüße,
Timo

Hallo Timo, sorry für die späte Rückmeldung. Welchen Fehler bekommst du denn?

Hi Sebastian, hier ein Beispiel aus Claude Code:

❯ /mcp
⎿ Authentication successful. Connected to awork.

❯ list running tasks of the ggi project in awork.

:record_button: I’ll help you find the running tasks in the GGI project in awork. Let me search for the project first and then get its tasks.

:record_button: listMcpResources(List MCP resources from server „awork“)
⎿ (No resources found)

:record_button: Bash(claude mcp list-tools 2>/dev/null | grep -i awork || echo „Command not available“)
⎿ Command not available

:record_button: I’m having trouble accessing the awork MCP tools. The connection was successful, but I’m unable to find the correct tool names to query the project and tasks.

Could you try running this command to see what tools are available?

claude mcp list-tools

Or alternatively, could you share how you typically access the awork data through the MCP connection? This will help me understand the correct tool naming convention to use.

Der Befehl “claude mcp list-tools” existiert leider nicht. Bei allen anderen MCPs, die ich angebunden habe, konnte ich direkt nach der Einrichtung loslegen und Claude hat selbstständig die verfügbaren Tools gefunden und korrekt verwendet.

So sieht die MCP Konfiguration in Claude Code aus:

Hallo @Timo5, danke für die Meldung. Der Fehler lag daran dass sich das MCP-Protokoll inzwischen wieder geändert hatte und Claude jetzt nur noch das neue unterstützt. Ich habe unsere Implementierung aktualisiert und jetzt sollte Claude die Tools auch wieder richtig auflisten und damit auch wissen was man mit awork machen kann.