@nemo-cli/ai 0.0.1-beta.4

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.
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # MCP 功能:
2
+ - 打开文档
3
+ - 发送上线邮件
4
+ - 创建上线文档
5
+
6
+
7
+ # 前置条件
8
+
9
+ 1. 申请 OAuth2.0:
10
+ - <https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/>
11
+ - <https://developer.atlassian.com/console/myapps/>
12
+ 1. 申请 Confluence Token: https://id.atlassian.com/manage-profile/security/api-tokens
13
+ 2. 创建 Google Auth App: https://myaccount.google.com/apppasswords
14
+ 3. 添加到 .env 文件中
15
+ 4. 执行 `pnpm build` 后添加 mcp
16
+ ```json
17
+ "Prime Workflow": {
18
+ "command": "node",
19
+ "args": [
20
+ "/Users/[xxxx]/Documents/[xxxx]/nemo-cli/packages/ai/dist/index.js"
21
+ ]
22
+ }
23
+ ```
24
+ 5. 使用 Example:
25
+ - 帮我打开1653的文档
26
+ - 帮我创建 1705 上线工单
27
+ - 发送1705上线邮件
@@ -0,0 +1 @@
1
+ export { };