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 7f019fe commit b2e7a0dCopy full SHA for b2e7a0d
test/integration/mcp-connection.test.ts
@@ -33,6 +33,11 @@ function getMCPServers() {
33
url: `http://localhost:${state.cfAgentsPort}/mcp`,
34
expectedTools: 1, // Minimum expected tools count
35
},
36
+ {
37
+ name: 'cf-agents-sse',
38
+ url: `http://localhost:${state.cfAgentsPort}/sse`,
39
+ expectedTools: 1, // Minimum expected tools count
40
+ },
41
]
42
} catch (error) {
43
throw new Error(`Test environment not properly initialized: ${error}`)
0 commit comments