@alfe.ai/atlassian-mcp 0.3.0 → 0.3.2

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 +16 -0
  2. package/package.json +14 -4
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # @alfe.ai/atlassian-mcp
2
+
3
+ Atlassian MCP proxy server — bridges sooperset/mcp-atlassian with Alfe OAuth credentials (Pattern A multi-site)
4
+
5
+ Part of [**Alfe**](https://alfe.ai) — the operating system for AI agents: build, deploy, and run agents with persistent memory, identity, integrations, and channels. See the [documentation](https://docs.alfe.ai) to get started.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install @alfe.ai/atlassian-mcp
11
+ ```
12
+
13
+ ## Links
14
+
15
+ - 🌐 Website: <https://alfe.ai>
16
+ - 📚 Docs: <https://docs.alfe.ai>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/atlassian-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Atlassian MCP proxy server — bridges sooperset/mcp-atlassian with Alfe OAuth credentials (Pattern A multi-site)",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -18,11 +18,21 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@modelcontextprotocol/sdk": ">=1.24.0",
21
- "@alfe.ai/config": "0.1.0",
22
- "@alfe.ai/agent-api-client": "0.3.0",
23
- "@alfe.ai/mcp-bundler": "0.2.1"
21
+ "@alfe.ai/config": "0.3.0",
22
+ "@alfe.ai/agent-api-client": "0.4.0",
23
+ "@alfe.ai/mcp-bundler": "0.2.2"
24
24
  },
25
25
  "license": "UNLICENSED",
26
+ "homepage": "https://alfe.ai",
27
+ "author": "Alfe (https://alfe.ai)",
28
+ "keywords": [
29
+ "alfe",
30
+ "ai-agents",
31
+ "agent",
32
+ "llm",
33
+ "mcp",
34
+ "model-context-protocol"
35
+ ],
26
36
  "scripts": {
27
37
  "build": "tsdown",
28
38
  "dev": "tsdown --watch",