@sazuapp/mcp-server 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,9 +33,11 @@ claude mcp add sazu --env SAZU_API_KEY=sazu_pro_xxx -- npx -y @sazuapp/mcp-serve
33
33
  }
34
34
  ```
35
35
 
36
- ## API 키 발급
36
+ ## 시작하기
37
37
 
38
- [https://sazu.app/manse-api/dashboard/keys](https://sazu.app/manse-api/dashboard/keys) Pro 발급 → `SAZU_API_KEY` 환경변수에 설정.
38
+ 1. [https://sazu.app/manse-api](https://sazu.app/manse-api) 서비스 소개·가격 확인
39
+ 2. [Pro 구독](https://sazu.app/manse-api/pricing) — Free 사용자는 [docs 페이지](https://sazu.app/manse-api/docs) 의 curl 예시 활용
40
+ 3. [대시보드 → 키 발급](https://sazu.app/manse-api/dashboard/keys) — `SAZU_API_KEY` 환경변수에 설정
39
41
 
40
42
  ## 노출 도구
41
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sazuapp/mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SAZU API MCP server — AI agents (Claude Code/Cursor/Windsurf) 가 사주·만세력 API 를 직접 호출.",
5
5
  "type": "module",
6
6
  "bin": {