fix: missing roots enabled check during connect #197
Annotations
3 errors
Test (22)
Process completed with exit code 1.
|
src/FastMCP.test.ts > session listens to roots changes:
src/FastMCP.test.ts#L1577
AssertionError: expected [] to deeply equal [ { …(2) } ]
- Expected
+ Received
- [
- {
- "name": "Frontend Repository",
- "uri": "file:///home/user/projects/frontend",
- },
- ]
+ []
❯ run src/FastMCP.test.ts:1577:29
❯ runWithTestServer src/FastMCP.test.ts:90:11
❯ src/FastMCP.test.ts:1552:3
|
src/FastMCP.test.ts > session knows about roots:
src/FastMCP.test.ts#L1534
AssertionError: expected [] to deeply equal [ { …(2) } ]
- Expected
+ Received
- [
- {
- "name": "Frontend Repository",
- "uri": "file:///home/user/projects/frontend",
- },
- ]
+ []
❯ run src/FastMCP.test.ts:1534:29
❯ runWithTestServer src/FastMCP.test.ts:90:11
❯ src/FastMCP.test.ts:1504:3
|