legismcp 0.3.0 → 0.3.1

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 +18 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,24 @@ Add to your MCP configuration:
26
26
 
27
27
  That's it — no cloning or installing required.
28
28
 
29
+ ### Remote Connection
30
+
31
+ Connect via the hosted endpoint — no local installation needed:
32
+
33
+ ```json
34
+ {
35
+ "mcpServers": {
36
+ "legismcp": {
37
+ "type": "http",
38
+ "url": "https://mcp.legismcp.com/mcp",
39
+ "headers": {
40
+ "X-Congress-API-Key": "your-api-key"
41
+ }
42
+ }
43
+ }
44
+ }
45
+ ```
46
+
29
47
  ## Available Tools
30
48
 
31
49
  | Tool | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "legismcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Open-source MCP server for U.S. legislative data from Congress.gov",
5
5
  "type": "module",
6
6
  "bin": {