Open
Conversation
…opilot for PyPI Temporarily rename the PyPI distribution name to avoid copyright block on 'githubcopilot'. Import paths and directory structure unchanged. Also sets CHANGELOG release date to 2026-04-23 for 1.0.0b2. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
44c1a7c to
aeb196b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the azure-ai-agentserver-githubcopilot distribution/package references to azure-ai-agentserver-ghcopilot across build configuration and docs, and updates the Copilot adapter to defer MCP toolbox connections until the first request.
Changes:
- Update pipeline artifact configuration and package metadata/docs to use the new distribution name
azure-ai-agentserver-ghcopilot. - Change
GitHubCopilotAdapterto lazily connect MCP toolboxes on first request with anasyncio.Lockto avoid concurrent initialization. - Update integration test agent docs/config to validate the new package name.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/agentserver/ci.yml | Updates the artifact name/safeName to azure-ai-agentserver-ghcopilot. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/TESTING.md | Updates package-name references in integration test docs. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/skills/hello/SKILL.md | Updates the skill prompt to mention the renamed package. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/requirements.txt | Updates test agent requirements to the renamed distribution. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/main.py | Updates the test agent docstring to the renamed distribution. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/AGENTS.md | Updates persona instructions to mention the renamed package. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/samples/README.md | Updates sample docs header to the renamed distribution. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/README.md | Updates install instructions to the renamed distribution. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/pyproject.toml | Renames the distribution in project metadata to azure-ai-agentserver-ghcopilot. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/INSTRUCTIONS.md | Updates getting started instructions to the renamed distribution name. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/CHANGELOG.md | Changes the top entry header from “(Unreleased)” to a fixed date. |
| sdk/agentserver/azure-ai-agentserver-githubcopilot/azure/ai/agentserver/githubcopilot/_copilot_adapter.py | Defers toolbox MCP connections from initialize() to first request with concurrency guarding. |
Comment on lines
1
to
3
| [project] | ||
| name = "azure-ai-agentserver-githubcopilot" | ||
| name = "azure-ai-agentserver-ghcopilot" | ||
| dynamic = ["version", "readme"] |
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.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines