Skip to content

Commit 3e552bf

Browse files
committed
fix: Re-enable OAuth2 MCP server test
The MCP 404 issue appears to be resolved. Test now passes locally. - Remove skip flag from ExampleInfo.json - Add to mcp-servers test group in CI workflow - Update workflow documentation
1 parent b27c83a commit 3e552bf

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# ├─────────────────────┼────────────────────────────────────────────────────┤
2020
# │ mcp-servers │ weather/starter-webmvc-server │
2121
# │ │ weather/starter-webflux-server │
22+
# │ │ weather/starter-webmvc-oauth2-server │
2223
# │ │ weather/starter-stdio-server │
2324
# ├─────────────────────┼────────────────────────────────────────────────────┤
2425
# │ agentic │ agentic-patterns/chain-workflow │
@@ -57,7 +58,6 @@
5758
# SKIPPED TESTS (not in any group):
5859
# - mcp-annotations-server: Orphaned directory
5960
# - sampling/mcp-weather-webmvc-server: Orphaned directory
60-
# - weather/starter-webmvc-oauth2-server: Known MCP 404 issue
6161
#
6262
# REQUIRED SECRETS:
6363
# - OPENAI_API_KEY
@@ -111,6 +111,7 @@ jobs:
111111
tests: |
112112
weather/starter-webmvc-server
113113
weather/starter-webflux-server
114+
weather/starter-webmvc-oauth2-server
114115
weather/starter-stdio-server
115116
needs_openai: false
116117
needs_anthropic: true
@@ -520,7 +521,6 @@ jobs:
520521
echo "### Skipped Tests" >> $GITHUB_STEP_SUMMARY
521522
echo "- \`mcp-annotations-server\` - Orphaned directory" >> $GITHUB_STEP_SUMMARY
522523
echo "- \`sampling/mcp-weather-webmvc-server\` - Orphaned directory" >> $GITHUB_STEP_SUMMARY
523-
echo "- \`weather/starter-webmvc-oauth2-server\` - Known MCP 404 issue" >> $GITHUB_STEP_SUMMARY
524524
echo "" >> $GITHUB_STEP_SUMMARY
525525
echo "### Required Secrets" >> $GITHUB_STEP_SUMMARY
526526
echo "- \`OPENAI_API_KEY\`" >> $GITHUB_STEP_SUMMARY

model-context-protocol/weather/starter-webmvc-oauth2-server/integration-tests/ExampleInfo.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"skip": true,
3-
"skipReason": "MCP STREAMABLE endpoint returns 404 when combined with OAuth2 Authorization Server in same app - configuration conflict needs investigation",
42
"complexity": "web-server",
53
"timeoutSec": 120,
64
"successRegex": [

0 commit comments

Comments
 (0)