outx-mcp-server 1.0.1 → 1.0.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -239,6 +239,10 @@ OUTX_API_KEY=your-key npm run dev
239
239
  - [Pricing](https://outx.ai/docs/documentation/pricing-and-subscription) — Free, Pro, and Enterprise plans
240
240
  - [FAQ](https://outx.ai/docs/resources/faq) — Common questions answered
241
241
 
242
+ ## Partnerships
243
+
244
+ Interested in a collaboration or affiliate partnership? Drop us a message at [support@outx.ai](mailto:support@outx.ai).
245
+
242
246
  ## License
243
247
 
244
248
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outx-mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for OutX — LinkedIn social listening & data API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {