Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 07564bf

Browse files
committed
remove test_app
1 parent 68b92ea commit 07564bf

12 files changed

Lines changed: 1 addition & 1731 deletions

INSPECTOR_INTEGRATION.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -121,26 +121,4 @@ For published packages:
121121
- `packages/mcp-use/package.json` - Added inspector as optional peer dependency
122122
- `packages/create-mcp-use-app/src/templates/ui/package.json` - Added inspector dependency
123123
- `packages/create-mcp-use-app/src/templates/ui/src/server.ts` - Updated comments
124-
- `test_app/package.json` - Added inspector dependency
125-
- `test_app/src/server.ts` - Updated comments
126-
127-
## Testing
128-
129-
To test the integration:
130-
131-
1. Build all packages:
132-
```bash
133-
cd /Users/e.t./Projects/mcp-use/mcp-use-ts
134-
pnpm install
135-
cd packages/inspector && pnpm build
136-
cd ../mcp-use && pnpm build
137-
```
138-
139-
2. Run the test app:
140-
```bash
141-
cd test_app
142-
pnpm dev
143-
```
144-
145-
3. Open `http://localhost:3000/inspector` in your browser
146124

VERSIONING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ Make sure all packages are in the workspace config (`pnpm-workspace.yaml`):
299299
```yaml
300300
packages:
301301
- 'packages/*'
302-
- 'test_app'
303302
```
304303

305304
### "Package is not published"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"private": true,
55
"type": "module",
66
"workspaces": [
7-
"packages/*",
8-
"test_app"
7+
"packages/*"
98
],
109
"scripts": {
1110
"build": "pnpm run build:mcp-use && pnpm run build:other",

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ packages:
33
- 'packages/mcp-use/examples/client/react'
44
- 'packages/mcp-use/examples/server/simple'
55
- 'packages/create-mcp-use-app/src/templates/ui'
6-
- 'test_app'

0 commit comments

Comments
 (0)