Skip to content

Conversation

@felixweinberger
Copy link
Contributor

Adds manual triggering capability for the main CI workflow.

Motivation and Context

PRs created by the spec update bot (using GITHUB_TOKEN) don't automatically trigger CI due to GitHub's security restrictions. This adds workflow_dispatch to allow manual CI triggering from the Actions UI.

How Has This Been Tested?

  • Verified YAML syntax is valid
  • No functional changes to existing CI behavior

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Allow manual triggering of CI workflow from GitHub Actions UI.
This enables running CI on bot-created PRs that don't automatically
trigger workflows due to GITHUB_TOKEN limitations.
@felixweinberger felixweinberger requested a review from a team as a code owner November 14, 2025 14:28
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 14, 2025

Open in StackBlitz

npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/sdk@1114

commit: 24dbb9a

@felixweinberger felixweinberger merged commit 5bcf53f into main Nov 14, 2025
10 checks passed
@felixweinberger felixweinberger deleted the fweinberger/workflow-dispatch branch November 14, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants