picoclaw/pkg
yuchou87 ef738f4787 fix: address PR review feedback for MCP tools support
- Avoid logging sensitive cfg.Args in ConnectServer; log args_count instead
- Sanitize server/tool name components in MCPTool.Name() to ensure valid
  identifiers for downstream providers (lowercase, [a-z0-9_-] only)
- Add slack as 5th MCP server example in config.example.json
- Move Dockerfile.full and docker-compose.full.yml into docker/ directory
  for consistency with existing docker/Dockerfile and docker/docker-compose.yml
- Fix all Makefile docker-* targets to reference correct compose file paths
- Fix docker/docker-compose.full.yml build context (.. ) and volume paths
- Fix scripts/test-docker-mcp.sh compose file path and replace cowsay test
  with actual @modelcontextprotocol/server-filesystem MCP server test
2026-03-01 10:56:02 +08:00
..
agent chore: fix lint issues in mcp and agent packages 2026-03-01 08:53:13 +08:00
auth merge: resolve conflicts with main 2026-02-25 21:53:04 +08:00
bus feat: Add reasoning_channel_id to communication platform configurations and improve message bus context cancellation handling. 2026-02-27 16:58:42 +08:00
channels Update config file reference from config.yaml to config.json 2026-02-28 00:36:39 +08:00
config Merge branch 'main' into mcp-tools-support 2026-02-28 15:55:25 +08:00
constants refactor: replace bool map with set-style map for internal channels (#472) 2026-02-19 11:48:17 +01:00
cron style: fix gci import grouping in config, cron, and skills installer 2026-02-26 20:38:11 +08:00
devices refactor: cleanup dead code and turn on dead code detection in CI (#515) 2026-02-24 21:52:25 +08:00
fileutil refactor(pkg): move atomic file write to dedicated fileutil package 2026-02-24 23:57:13 +08:00
health refactor(channels): consolidate HTTP servers into shared server managed by Manager 2026-02-23 02:39:09 +08:00
heartbeat Merge branch 'sipeed:main' into reasoning-chnl 2026-02-27 14:50:14 +05:30
identity feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00
logger enable prealloc 2026-02-25 21:31:07 +11:00
mcp fix: address PR review feedback for MCP tools support 2026-03-01 10:56:02 +08:00
media fix(media): separate import groups for gci linter 2026-02-26 22:45:59 +09:00
migrate Merge branch 'refactor/channel-system' into main 2026-02-27 20:04:08 +08:00
providers Merge pull request #824 from 0xYiliu/fix/issue-783-fallback-alias-resolution 2026-02-28 00:25:18 +08:00
routing feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00
session feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
skills style: fix gci import grouping in config, cron, and skills installer 2026-02-26 20:38:11 +08:00
state refactor(pkg): move atomic file write to dedicated fileutil package 2026-02-24 23:57:13 +08:00
tools fix: address PR review feedback for MCP tools support 2026-03-01 10:56:02 +08:00
utils Update test case for unicode letters preservation 2026-02-27 20:20:58 +08:00
voice feat(linter): Fix govet linter 2026-02-20 22:35:16 +02:00