@frase/mcp-server 0.1.2 → 0.1.3
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 +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,9 +189,9 @@ Pre-built workflows for common SEO tasks:
|
|
|
189
189
|
|----------|----------|-------------|
|
|
190
190
|
| `FRASE_API_KEY` | Yes | Your Frase API key |
|
|
191
191
|
| `FRASE_API_URL` | No | Override API URL (default: `https://next.frase.io/api/v1`) |
|
|
192
|
-
| `FRASE_MCP_DEBUG` | No | Enable debug logging (`true`/`false`) |
|
|
193
|
-
|
|
194
|
-
## Development
|
|
192
|
+
<!-- | `FRASE_MCP_DEBUG` | No | Enable debug logging (`true`/`false`) |
|
|
193
|
+
-->
|
|
194
|
+
<!-- ## Development
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
# Install dependencies
|
|
@@ -208,7 +208,7 @@ npm test
|
|
|
208
208
|
|
|
209
209
|
# Run integration tests (requires FRASE_TEST_API_KEY)
|
|
210
210
|
npm run test:integration
|
|
211
|
-
```
|
|
211
|
+
``` -->
|
|
212
212
|
|
|
213
213
|
## Troubleshooting
|
|
214
214
|
|
|
@@ -228,9 +228,9 @@ npm run test:integration
|
|
|
228
228
|
- Ensure the key has not expired
|
|
229
229
|
- Check that the key has the required permissions
|
|
230
230
|
|
|
231
|
-
### Debug mode
|
|
232
|
-
|
|
233
|
-
Enable debug logging to see detailed information:
|
|
231
|
+
<!-- ### Debug mode
|
|
232
|
+
-->
|
|
233
|
+
<!-- Enable debug logging to see detailed information:
|
|
234
234
|
|
|
235
235
|
```json
|
|
236
236
|
{
|
|
@@ -245,7 +245,7 @@ Enable debug logging to see detailed information:
|
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
```
|
|
248
|
+
``` -->
|
|
249
249
|
|
|
250
250
|
### Rate limiting
|
|
251
251
|
|