agent-ecosystem/mcp-server
iliya a61178105b feat: add action mode protocol text builder for team members and leads
- Introduced `buildActionModeProtocolText` function to generate context-free action mode protocol text, enhancing clarity for both leads and members.
- Updated the `protocols` interface to include the new function, promoting code reuse across different components.
- Refactored existing logic in `actionModeInstructions.ts` and `TeamProvisioningService.ts` to utilize the new protocol text builder, improving maintainability and consistency.
- Enhanced type definitions to reflect the addition of the new protocol functionality.
2026-03-18 11:03:12 +02:00
..
src feat: add action mode protocol text builder for team members and leads 2026-03-18 11:03:12 +02:00
test fix: resolve mcp-server CI failures 2026-03-16 20:11:15 +02:00
.gitignore chore: remove MCP code (to new build new one from scratch) 2026-03-07 12:01:39 +02:00
package.json fix: resolve mcp-server CI failures 2026-03-16 20:11:15 +02:00
tsconfig.json feat: update pnpm lockfile and workspace configuration, enhance tool usage tracking and UI components 2026-03-06 15:54:55 +02:00
tsconfig.test.json chore: update package scripts and improve CI workflow 2026-03-07 19:37:59 +02:00
tsup.config.ts chore: enhance package scripts and improve MCP server functionality 2026-03-07 20:48:03 +02:00
vitest.config.ts fix: resolve mcp-server CI failures 2026-03-16 20:11:15 +02:00
vitest.e2e.config.ts fix: resolve mcp-server CI failures 2026-03-16 20:11:15 +02:00