You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename mcp-server to mcp and update references
- Updated package name from `@devlog/mcp-server` to `@devlog/mcp` across README, package.json, and documentation.
- Adjusted test commands and scripts to reflect the new package name.
- Created a new README.md for the `@devlog/mcp` package detailing its features and usage.
- Added mcp-adapter for flexible storage architecture and integrated it with the MCP server.
- Implemented core functionalities for managing devlogs, including creation, updates, and context management.
- Added integration tests for the MCP server to ensure functionality.
- Introduced AI context management features to enhance task tracking and decision recording.
- Updated TypeScript configuration and Vitest setup for the new package.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Shared TypeScript types and interfaces used across all packages.
10
10
### `@devlog/core`
11
11
Core devlog management functionality including file system operations, CRUD operations, filtering, and search. This package provides the foundation that other packages build upon.
12
12
13
-
### `@devlog/mcp-server`
13
+
### `@devlog/mcp`
14
14
MCP (Model Context Protocol) server that wraps the core functionality for AI assistant integration.
0 commit comments