We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40ef3 commit 3b2bd8dCopy full SHA for 3b2bd8d
tests/Routing/Loader/McpRouteLoaderTest.php
@@ -47,7 +47,7 @@ public function test_only_streamable_http_provider_enabled_routes(): void
47
48
// Verify route path
49
$streamableRoute = $routes->get('klp_mcp_server_streamable_http');
50
- $this->assertEquals('/mcp', $streamableRoute->getPath());
+ $this->assertEquals('/mcp{trailingSlash}', $streamableRoute->getPath());
51
}
52
53
public function test_both_providers_enabled_routes(): void
0 commit comments