Created
May 31, 2026 09:55
-
-
Save rbsgn/b5ebdb685e661f9c6cfca2ca15cde13e to your computer and use it in GitHub Desktop.
Full log demonstrating Claude Code inability to run okama-mcp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2026-05-31T09:26:43.541Z [okama] [info] Shutting down server... { metadata: undefined } | |
| 2026-05-31T09:26:43.541Z [okama] [info] Client transport closed { metadata: undefined } | |
| 2026-05-31T09:26:48.614Z [okama] [info] Initializing server... { metadata: undefined } | |
| 2026-05-31T09:26:48.616Z [okama] [info] Using MCP server command: /opt/homebrew/bin/poetry with args and path: { | |
| metadata: { | |
| args: [ 'run', 'okama-mcp', 'stdio', [length]: 3 ], | |
| paths: [ | |
| '/Users/rbsgn/.rvm/gems/ruby-3.3.9/bin', | |
| '/Users/rbsgn/.rvm/gems/ruby-3.3.9@global/bin', | |
| '/Users/rbsgn/.rvm/rubies/ruby-3.3.9/bin', | |
| '/opt/homebrew/bin', | |
| '/opt/homebrew/sbin', | |
| '/usr/local/bin', | |
| '/System/Cryptexes/App/usr/bin', | |
| '/usr/bin', | |
| '/bin', | |
| '/usr/sbin', | |
| '/sbin', | |
| '/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin', | |
| '/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin', | |
| '/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin', | |
| '/pkg/env/global/bin', | |
| '/Library/Apple/usr/bin', | |
| '/Library/TeX/texbin', | |
| '/opt/podman/bin', | |
| '/Users/rbsgn/.rvm/bin', | |
| [length]: 19 | |
| ] | |
| } | |
| } %o | |
| 2026-05-31T09:26:48.617Z [okama] [info] Server started and connected successfully { metadata: undefined } | |
| 2026-05-31T09:26:48.652Z [okama] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{"extensions":{"io.modelcontextprotocol/ui":{"mimeTypes":["text/html;profile=mcp-app"]}}},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0} { metadata: undefined } | |
| Poetry could not find a pyproject.toml file in / or its parents | |
| 2026-05-31T09:26:48.967Z [okama] [info] Server transport closed { metadata: undefined } | |
| 2026-05-31T09:26:48.967Z [okama] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log. { metadata: undefined } | |
| 2026-05-31T09:26:48.967Z [okama] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) { metadata: { context: 'connection', stack: undefined } } | |
| 2026-05-31T09:26:48.967Z [okama] [info] Client transport closed { metadata: undefined } | |
| 2026-05-31T09:26:48.967Z [okama] [info] Client transport closed { metadata: undefined } | |
| 2026-05-31T09:34:55.300Z [okama] [info] Shutting down server... { metadata: undefined } | |
| 2026-05-31T09:34:55.301Z [okama] [info] Client transport closed { metadata: undefined } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment