Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension configuration problem #1306

Closed
arcturus opened this issue Feb 20, 2025 · 4 comments
Closed

Extension configuration problem #1306

arcturus opened this issue Feb 20, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@arcturus
Copy link

arcturus commented Feb 20, 2025

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the blog
  2. Follow the example to use talivy: https://block.github.io/goose/docs/tutorials/tavily-mcp
  3. Follow the tutorial and configure the extension with API key
  4. goose session
  5. See error

Failed to start extension: tavily, "Failed to start the MCP server from configuration Stdio(tavily: uvx mcp-tavily) Call to '' failed for 'initialize'. Error from mcp-server: Stdio process error: error: unrecognized subcommand 'mcp-tavily'\n\nUsage: uvx [OPTIONS] <COMMAND>\n\nFor more information, try '--help'.\n"
Please check extension configuration for tavily.

Expected behavior
Expected to start a session with goose with the new extension enabled

Please provide following information:

  • OS & Arch: Windows 11 with wsl2.0
  • Interface: UI
  • Version: 1.0.7
  • Extensions enabled: [e.g. Computer Controller, Figma]
  • Provider & Model: [e.g. Google - gemini-1.5-pro]

Additional context
Add any other context about the problem here.

@yingjiehe-xyz yingjiehe-xyz added the bug Something isn't working label Feb 20, 2025
@yingjiehe-xyz
Copy link
Collaborator

@arcturus can you also try goose session --with-extension "uvx mcp-tavily"? just to double confirm the error message

@arcturus
Copy link
Author

@yingjiehe-xyz got the same error

arcturus@Dusk:~$ goose session --with-extension "uvx mcp-tavily" Failed to start extension: tavily, "Failed to start the MCP server from configuration Stdio(tavily: uvx mcp-tavily) Call to '' failed for 'initialize'. Error from mcp-server: Stdio process error: error: unrecognized subcommand 'mcp-tavily'\n\nUsage: uvx [OPTIONS] \n\nFor more information, try '--help'.\n" Please check extension configuration for tavily.

@yingjiehe-xyz
Copy link
Collaborator

@arcturus hmmm, weird, it works on my side, can you try to directly run uvx mcp-tavily in your terminal?

@arcturus
Copy link
Author

Fixed by reinstalling uvx:

curl -LsSf https://astral.sh/uv/install.sh | sh

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants