17 Commits

Author SHA1 Message Date
nirholas
d35ea47ba7 📝 feat: update TypeScript configuration and add API support
- Changed root directory in tsconfig.json to include all source files.
- Updated server.json to include npm package configuration for claude-code-explorer-mcp.
- Enhanced x402 command to support non-interactive mode.
- Refactored x402 command call function to simplify argument handling.
- Introduced .mcp.json for MCP server configuration.
- Added bunfig.toml for Bun development mode configuration.
- Created bridge.md documentation for IDE integration and architecture overview.
- Added .npmignore to exclude unnecessary files from npm package.
- Implemented build-bundle script for production and development builds.
- Developed bun-plugin-shims for Bun preload plugin.
- Created ci-build.sh for CI/CD build pipeline.
- Added dev.ts for development launcher using Bun's TS runtime.
- Implemented package-npm.ts to generate a publishable npm package.
- Created test-auth.ts to verify API key configuration.
- Developed test-mcp.ts for MCP client/server roundtrip testing.
- Implemented test-services.ts to ensure all services initialize correctly.
- Added stub.ts for bridge functionality when BRIDGE_MODE is disabled.
2026-03-31 10:59:36 +00:00
nirholas
c0b205208d Add Dockerfile and Vercel integration for MCP server
 Implement x402 payment handling in WebFetchTool
📝 Refactor count increment logic in X402 payment tracker
 Introduce feature flag management in Bun build
 Create macro for package versioning and issue reporting
 Add preload script for Bun bundler features
2026-03-31 10:45:43 +00:00
nirholas
cf9b405372 milady 2026-03-31 10:38:23 +00:00
nirholas
8ba939ba68 📝 2026-03-31 10:26:23 +00:00
nirholas
144a090aaa 🚡 ShellDetailDialog.tsx 2026-03-31 10:23:29 +00:00
nirholas
bac3c1a36c ⚙️ 🧰 tsconfig.json 2026-03-31 10:22:52 +00:00
nirholas
102d1f9058 🔗 index.ts 2026-03-31 10:22:52 +00:00
nirholas
741a376f2d 🚤 index.js 2026-03-31 10:22:52 +00:00
nirholas
973719ad4a index.ts 2026-03-31 10:22:52 +00:00
nirholas
fc93a7c05e 🧰 tsconfig.json 2026-03-31 10:22:35 +00:00
nirholas
5424b47cbc ⛓️ server.ts 2026-03-31 10:22:35 +00:00
nirholas
e309506d2e 🔗 index.ts 2026-03-31 10:22:35 +00:00
nirholas
c792bcac6d 🪚 package.json 2026-03-31 10:22:35 +00:00
nirholas
155666ea71 🪛 package-lock.json 2026-03-31 10:22:35 +00:00
nirholas
7f2b4ecbfa 🔨 README.md 2026-03-31 10:22:35 +00:00
nirholas
24d8621c8e milady 2026-03-31 10:19:42 +00:00
nirholas
261739a6c2 docs: add skill and agent operating guides for repository conventions 2026-03-31 10:16:23 +00:00