@swifty.js/swifty 0.0.12 → 0.0.14

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 CHANGED
@@ -87,9 +87,12 @@ providers:
87
87
  permission_mode: default
88
88
 
89
89
  mcp_servers:
90
- - name: my-server
90
+ - name: database
91
91
  command: npx
92
- args: ["-y", "my-mcp-server"]
92
+ args: ["-y", "@swifty-db/mcp@latest"]
93
+ env: # map<string, string>; ${VAR} / $VAR expands from the environment
94
+ API_BASE_URL: "https://swifty-db.dev"
95
+ API_KEY: "${DATABASE_API_KEY}"
93
96
 
94
97
  hooks:
95
98
  - event: pre_tool_use