We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://gist.github.com/Bazmundi/c5e263f31dd5817f95c288ac882a35d0
I am using uv but not happy about it as I a conda user. So, I am not sure this is not some interaction between the two.
The text was updated successfully, but these errors were encountered:
Looking at your gist this doesn't appear to be a bug with MCP Inspector.
You might need to explicitly tell hatchling which files to include in your wheel package by adding a configuration to your pyproject.toml, eg:
pyproject.toml
[tool.hatch.build.targets.wheel] packages = ["src/mcp_wiki"]
so that hatchling knows to include the src/mcp_wiki directory in your wheel package.
src/mcp_wiki
Sorry, something went wrong.
No branches or pull requests
https://gist.github.com/Bazmundi/c5e263f31dd5817f95c288ac882a35d0
I am using uv but not happy about it as I a conda user. So, I am not sure this is not some interaction between the two.
The text was updated successfully, but these errors were encountered: