• Joined on 2026-02-14
Clotho opened issue core/php-mcp#31 2026-02-21 01:03:18 +00:00
chore: add query result streaming for large result sets
Clotho opened issue core/php-mcp#30 2026-02-21 01:03:17 +00:00
docs: add inline documentation for ContentTools and commerce tools
Clotho opened issue core/php-mcp#29 2026-02-21 01:03:15 +00:00
security: review commerce tools for payment data exposure
Clotho opened issue core/php-mcp#28 2026-02-21 01:03:14 +00:00
security: review ContentTools for injection and data exposure risks
Clotho opened issue core/php-mcp#27 2026-02-21 01:03:12 +00:00
security: add monitoring and alerting for suspicious query patterns
Clotho opened issue core/php-mcp#26 2026-02-21 01:03:11 +00:00
feat: add query result caching
Clotho opened issue core/php-mcp#25 2026-02-21 01:03:09 +00:00
feat: add data export tool (CSV, JSON)
Clotho opened issue core/php-mcp#24 2026-02-21 01:03:07 +00:00
feat: add schema exploration tools (ListTables, DescribeTable, ListIndexes)
Clotho opened issue core/php-mcp#23 2026-02-21 01:03:06 +00:00
feat: add query template system
Clotho opened issue core/php-mcp#22 2026-02-21 01:03:04 +00:00
chore: add CI/CD security regression tests
Clotho opened issue core/php-mcp#21 2026-02-21 01:03:03 +00:00
chore: add PHPStan and static analysis to dev dependencies
Clotho opened issue core/php-mcp#20 2026-02-21 01:03:01 +00:00
chore: create missing ToolRegistry YAML server definition files
Clotho opened issue core/php-mcp#19 2026-02-21 01:03:00 +00:00
refactor: extract McpToolsRegistering tool registration from McpAgentServerCommand
Clotho opened issue core/php-mcp#18 2026-02-21 01:02:58 +00:00
refactor: fix PHPStan level 5 type errors across services
Clotho opened issue core/php-mcp#17 2026-02-21 01:02:57 +00:00
refactor: standardise tool responses with ToolResult DTO
Clotho opened issue core/php-mcp#16 2026-02-21 01:02:55 +00:00
refactor: extract SQL parser from regex to AST-based validation
Clotho opened issue core/php-mcp#15 2026-02-21 00:59:35 +00:00
test: add integration tests for QueryDatabase tool
Clotho opened issue core/php-mcp#14 2026-02-21 00:59:33 +00:00
test: add tests for AgentToolRegistry
Clotho opened issue core/php-mcp#13 2026-02-21 00:59:31 +00:00
test: add tests for AgentSessionService
Clotho opened issue core/php-mcp#12 2026-02-21 00:59:29 +00:00
test: add tests for ToolRateLimiter