Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 926 Bytes

File metadata and controls

26 lines (19 loc) · 926 Bytes

tool-filter-mcp Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-10-01

Active Technologies

  • TypeScript 5.x with strict mode enabled + @modelcontextprotocol/sdk (official Anthropic SDK), Node.js 20+ LTS (001-mcp-tool-filter-proxy)

Project Structure

src/
tests/

Commands

npm test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] npm run lint

Code Style

TypeScript 5.x with strict mode enabled: Follow standard conventions

Recent Changes

  • 002-oauth-authentication-proxy: Added TypeScript 5.x with strict mode enabled (existing)
  • 001-mcp-tool-filter-proxy: Added TypeScript 5.x with strict mode enabled + @modelcontextprotocol/sdk (official Anthropic SDK), Node.js 20+ LTS
  • do not run npm test commands that launch an interactive command line as foreground bashes. use non-interactive options or BG shells.