linktest-mcp-server 1.0.0

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.
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * LinkTest MCP Server
4
+ *
5
+ * Enables AI assistants to automate Google Play closed testing.
6
+ * Users can place orders, check status, view screenshots, and manage billing
7
+ * directly through Claude or any MCP-compatible AI.
8
+ *
9
+ * Environment variables:
10
+ * LINKTEST_API_TOKEN — Required. Your LinkTest API token (from linktest.dev/settings)
11
+ * LINKTEST_API_URL — Optional. API base URL (default: http://localhost:3001)
12
+ */
13
+ export {};
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA;;;;;;;;;;GAUG"}