feat(fake-llm-server): add initial setup for fake LLM server with TypeScript and Express

- Created package.json for dependencies and scripts
- Added tsconfig.json for TypeScript configuration
- Implemented fake stdio MCP server with basic calculator and environment variable printing tools
- Added shell script to run the fake stdio MCP server
- Updated root tsconfig.json for project references and path mapping
This commit is contained in:
Kunthawat Greethong
2025-12-19 09:36:31 +07:00
parent 07bf4414cc
commit 756b405423
412 changed files with 69158 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
07bf441 Merge remote-tracking branch 'upstream/main' the commit.
4fd3b6f docs: enhance integration guide with detailed step-by-step commands and troubleshooting tips
5660de4 feat: integrate custom features for smart context management
32093a4 Bump to v0.31.0-beta.1 (#1978)
656b6cb fix thinking budget e2e (#1981)
df785a8 Fix MCP e2e test (#1980)
423be75 prettier: gen playwright (#1979)
2a5cd31 gemini 3 flash (#1977)
99b0cdf feat: implement custom smart context functionality with hooks, IPC handlers, and utilities
7cf8317 Fix Playwright report comments on forked PRs (#1975)