axiom-coding-agent-setup 1.0.5 → 1.0.7

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/.opencode.json ADDED
@@ -0,0 +1,47 @@
1
+ {
2
+ "mcpServers": {
3
+ "gradio": {
4
+ "type": "sse",
5
+ "url": "https://gradio-docs-mcp.hf.space/gradio_api/mcp/",
6
+ "headers": {}
7
+ },
8
+ "apify": {
9
+ "type": "sse",
10
+ "url": "https://mcp.apify.com/?tools=docs",
11
+ "headers": {}
12
+ },
13
+ "Agno": {
14
+ "name": "Agno",
15
+ "url": "https://docs.agno.com/mcp",
16
+ "headers": {}
17
+ },
18
+ "Docs by LangChain": {
19
+ "name": "Docs by LangChain",
20
+ "url": "https://docs.langchain.com/mcp",
21
+ "headers": {}
22
+ },
23
+ "langfuse-docs": {
24
+ "type": "sse",
25
+ "url": "https://langfuse.com/api/mcp",
26
+ "headers": {}
27
+ },
28
+ "n8n-docs": {
29
+ "type": "http",
30
+ "url": "https://n8n.mcp.kapa.ai/",
31
+ "headers": {}
32
+ },
33
+ "exa": {
34
+ "name": "exa",
35
+ "type": "http",
36
+ "url": "https://mcp.exa.ai/mcp",
37
+ "headers": {}
38
+ },
39
+ "Neon": {
40
+ "type": "http",
41
+ "url": "https://mcp.neon.tech/mcp",
42
+ "headers": {
43
+ "Authorization": "Bearer napi_8jp6kt4ci2ob5lz0jzgv5wivdov439h72if6hg4zqyy2w1krw8f0thwmzl0e5dpz"
44
+ }
45
+ }
46
+ }
47
+ }
package/bin/cli.js CHANGED
@@ -18,6 +18,8 @@ const BRANCH = 'main';
18
18
  const FILES_TO_DOWNLOAD = [
19
19
  // Main instructions
20
20
  'AGENTS.md',
21
+ // OpenCode configuration
22
+ '.opencode.json',
21
23
  // Core agent documents
22
24
  '.agents/engineering.md',
23
25
  '.agents/stack.md',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axiom-coding-agent-setup",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "CLI tool to download AXIOM coding agent setup files into your project",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {