@nomad-e/bluma-cli 0.0.32 → 0.0.33

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.
@@ -9,31 +9,6 @@
9
9
  "-y",
10
10
  "@sousaalex1605/bluma-nootebook"
11
11
  ]
12
- },
13
- "notionApi": {
14
- "type": "stdio",
15
- "command": "cmd",
16
- "args": [
17
- "/c",
18
- "npx",
19
- "-y",
20
- "@notionhq/notion-mcp-server"
21
- ],
22
- "env": {
23
- "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ${NOTION_API_TOKEN}\", \"Notion-Version\": \"2022-06-28\" }"
24
- }
25
- },
26
- "upstash_context7-mcp": {
27
- "type": "stdio",
28
- "command": "cmd",
29
- "args": [
30
- "/c",
31
- "npx",
32
- "-y",
33
- "@upstash/context7-mcp@latest"
34
- ],
35
- "disabled": false,
36
- "autoApprove": []
37
12
  }
38
13
  }
39
14
  }
@@ -71,7 +71,7 @@
71
71
  "type": "function",
72
72
  "function": {
73
73
  "name": "agent_end_task",
74
- "description": "Formally ends the current task, logs it, and informs the developer that no further actions are required from the agent in this instance.",
74
+ "description": "Formally ends the current task, logs it, and informs the user that no further actions are required from the agent in this instance.",
75
75
  "parameters": {
76
76
  "type": "object",
77
77
  "properties": {},
@@ -82,8 +82,8 @@
82
82
  {
83
83
  "type": "function",
84
84
  "function": {
85
- "name": "message_notify_dev",
86
- "description": "Send a message to dev without requiring a response. Use for acknowledging receipt of messages, providing progress updates, reporting task completion, or explaining changes in approach.",
85
+ "name": "message_notify_user",
86
+ "description": "Send a message to user without requiring a response. Use for acknowledging receipt of messages, providing progress updates, reporting task completion, or explaining changes in approach.",
87
87
  "parameters": {
88
88
  "type": "object",
89
89
  "properties": {