Create tools#tool-names#64
Closed
s854577 wants to merge 25 commits intomodelcontextprotocol:dependabot/npm_and_yarn/mcp-client-typescript/npm_and_yarn-e04d5d616ffrom
Closed
Create tools#tool-names#64s854577 wants to merge 25 commits intomodelcontextprotocol:dependabot/npm_and_yarn/mcp-client-typescript/npm_and_yarn-e04d5d616ffrom
s854577 wants to merge 25 commits intomodelcontextprotocol:dependabot/npm_and_yarn/mcp-client-typescript/npm_and_yarn-e04d5d616ffrom
Conversation
The weather server script does not run.
```
❯ uv run weather
Traceback (most recent call last):
File "/projects/quickstart-resources/weather-server-python/.venv/bin/weather", line 4, in <module>
from weather import main
ImportError: cannot import name 'main' from 'weather' (/projects/quickstart-resources/weather-server-python/weather.py)
```
The script definition in `pyproject.toml` is looking for a `main` function which does not exist.
Python weather server missing main function
…model fix: update deprecated Anthropic model
Remove unused variable `toolResults`
…add-claude-github-actions-1759841652666 Add Claude Code GitHub Workflow
Keep only the manual @claude mention workflow for on-demand reviews. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Only users who are active members of the @Steering-Committee team can trigger Claude via @claude mentions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Check if user is a member of steering-committee team directly OR any of its subteams. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Check if user has at least triage rights on the repository instead of checking team membership. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…-rust Add weather-server-rust
Add .env to the global gitignore, as well as .env.example to python client
Update claude sonnet to 4.5
specification/draft/server/tools#tool-names)中指定的格式。
Author
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
specification/draft/server/tools#tool-names)中指定的格式。
Motivation and Context
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context