Skip to content

Commit b2e7a0d

Browse files
committed
/sse still not working
1 parent 7f019fe commit b2e7a0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/integration/mcp-connection.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ function getMCPServers() {
3333
url: `http://localhost:${state.cfAgentsPort}/mcp`,
3434
expectedTools: 1, // Minimum expected tools count
3535
},
36+
{
37+
name: 'cf-agents-sse',
38+
url: `http://localhost:${state.cfAgentsPort}/sse`,
39+
expectedTools: 1, // Minimum expected tools count
40+
},
3641
]
3742
} catch (error) {
3843
throw new Error(`Test environment not properly initialized: ${error}`)

0 commit comments

Comments
 (0)