changebook 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +1 -6
  3. package/server.json +2 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 AppAtlas
3
+ Copyright (c) 2026 ChangeBook
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "changebook",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "mcpName": "io.github.raulbr90/changebook",
5
5
  "description": "ChangeBook for coding agents: MCP server (product memory for Claude Code/Codex) + CLI to sign in, analyze changes and sync the product map.",
6
6
  "type": "module",
@@ -16,11 +16,6 @@
16
16
  "server.json"
17
17
  ],
18
18
  "license": "MIT",
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/raulbr90/appatlas.git",
22
- "directory": "changebook-mcp"
23
- },
24
19
  "homepage": "https://changebook.dev",
25
20
  "keywords": [
26
21
  "mcp",
package/server.json CHANGED
@@ -2,18 +2,14 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.raulbr90/changebook",
4
4
  "description": "Query your product's living memory: module map + analyzed change history. Read-only MCP tools.",
5
- "version": "0.3.0",
6
- "repository": {
7
- "url": "https://github.com/raulbr90/appatlas",
8
- "source": "github"
9
- },
5
+ "version": "0.3.1",
10
6
  "websiteUrl": "https://changebook.dev",
11
7
  "packages": [
12
8
  {
13
9
  "registryType": "npm",
14
10
  "registryBaseUrl": "https://registry.npmjs.org",
15
11
  "identifier": "changebook",
16
- "version": "0.3.0",
12
+ "version": "0.3.1",
17
13
  "transport": {
18
14
  "type": "stdio"
19
15
  }