@youdotcom-oss/mcp 1.3.7 → 1.3.9

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 (33) hide show
  1. package/README.md +2 -0
  2. package/bin/stdio.js +900 -781
  3. package/dist/contents/contents.schemas.d.ts +39 -0
  4. package/dist/contents/contents.utils.d.ts +28 -0
  5. package/dist/contents/register-contents-tool.d.ts +10 -0
  6. package/dist/express/express.schemas.d.ts +56 -0
  7. package/dist/express/express.utils.d.ts +45 -0
  8. package/dist/express/register-express-tool.d.ts +6 -0
  9. package/dist/get-mcp-server.d.ts +2 -0
  10. package/dist/http.d.ts +3 -0
  11. package/{src/utils.ts → dist/main.d.ts} +1 -0
  12. package/dist/search/register-search-tool.d.ts +6 -0
  13. package/dist/search/search.schemas.d.ts +131 -0
  14. package/dist/search/search.utils.d.ts +96 -0
  15. package/dist/shared/api-constants.d.ts +9 -0
  16. package/dist/shared/check-response-for-errors.d.ts +6 -0
  17. package/dist/shared/format-search-results-text.d.ts +19 -0
  18. package/dist/shared/generate-error-report-link.d.ts +9 -0
  19. package/dist/shared/get-logger.d.ts +7 -0
  20. package/dist/shared/use-client-version.d.ts +6 -0
  21. package/dist/stdio.d.ts +2 -0
  22. package/package.json +15 -7
  23. package/src/contents/contents.utils.ts +1 -2
  24. package/src/contents/tests/contents.utils.spec.ts +69 -57
  25. package/src/express/express.utils.ts +2 -4
  26. package/src/express/tests/express.utils.spec.ts +74 -62
  27. package/src/main.ts +9 -0
  28. package/src/search/search.schemas.ts +23 -4
  29. package/src/search/search.utils.ts +3 -2
  30. package/src/search/tests/search.utils.spec.ts +125 -57
  31. package/src/shared/api-constants.ts +10 -0
  32. package/src/tests/http.spec.ts +35 -31
  33. package/src/tests/tool.spec.ts +490 -402
package/README.md CHANGED
@@ -22,6 +22,8 @@ Visit [you.com/platform/api-keys](https://you.com/platform/api-keys) to get your
22
22
 
23
23
  ### 2. Choose your setup
24
24
 
25
+ You can discover this server in the [Anthropic MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.youdotcom-oss/mcp`, or configure it manually:
26
+
25
27
  **Remote server (recommended)** - No installation, always up-to-date, just add the URL and API key
26
28
  - Use `https://api.you.com/mcp` with HTTP transport
27
29
  - Authentication via `Authorization: Bearer <your-key>` header