Skip to content

Commit 620773e

Browse files
committed
Renamed top level test dir to test-servers
1 parent 1aaa559 commit 620773e

30 files changed

Lines changed: 489 additions & 2931 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ web/tsconfig.jest.tsbuildinfo
99
core/build
1010
cli/build
1111
tui/build
12-
test/build
12+
test-servers/build
1313
test-output
1414
tool-test-output
1515
metadata-test-output

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ core/build
33
web/dist
44
cli/build
55
tui/build
6-
test/build
6+
test-servers/build
77
CODE_OF_CONDUCT.md
88
SECURITY.md
99
mcp.json

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The project is organized as a monorepo with workspaces:
3333
- `core/`: Core shared code used by web, CLI, and TUI
3434
- `cli/`: Command-line interface for testing and invoking MCP server methods directly
3535
- `tui/`: Terminal user interface
36-
- `test/`: Composable MCP test servers, fixtures, and harness
36+
- `test-servers/`: Composable MCP test servers, fixtures, and harness

configs/mcp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"composable-demo": {
44
"command": "node",
55
"args": [
6-
"test/build/server-composable.js",
6+
"test-servers/build/server-composable.js",
77
"--config",
8-
"test/configs/demo.json"
8+
"test-servers/configs/demo.json"
99
]
1010
},
1111
"url-elicitation-form": {
1212
"command": "node",
1313
"args": [
14-
"test/build/server-composable.js",
14+
"test-servers/build/server-composable.js",
1515
"--config",
16-
"test/configs/url-elicitation-form.json"
16+
"test-servers/configs/url-elicitation-form.json"
1717
]
1818
},
1919
"everything": {

0 commit comments

Comments
 (0)