Skip to content

Commit 4efd3aa

Browse files
committed
chore: polish changelog, align package version, document MCP health check
Made-with: Cursor
1 parent e37f463 commit 4efd3aa

3 files changed

Lines changed: 11 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
# Changelog
22

3-
All notable changes to the LeadMagic Cursor plugin will be documented in this file.
3+
All notable changes to the LeadMagic Cursor plugin package are documented here.
44

5-
## [Unreleased]
5+
## 0.1.3
66

7-
### Changed
8-
- SUBMISSION.md and README aligned with the full 10-tool MCP surface; added data/privacy/terms disclosure for marketplace review.
9-
- Quick Start: fixed heading levels under local install steps.
10-
- Plugin version 0.1.3.
11-
- README, rules, and skills describe the expanded hosted MCP tool set (mobile, LinkedIn-to-email, job change, competitors, technographics, people-by-role).
12-
- Rules: avoid speculative deliverability or catch-all commentary; stick to tool output for validation.
13-
- Aligns with hosted MCP email-validation summaries that surface `email_status` correctly.
14-
15-
### Added
16-
- Initial public Cursor plugin package structure
17-
- Hosted MCP configuration for `https://mcp.leadmagic.io/mcp`
18-
- Skills, rules, validation script, and marketplace submission copy
19-
20-
### Changed
21-
- Synced repository copy to the current LeadMagic MCP surface: 10 tools, 1 docs resource (`leadmagic://docs`), and 2 built-in prompts
22-
- Removed wording that implied MCP support for ad-search endpoints that are part of the REST API but not the current MCP tool surface
23-
- Tightened skills and default guidance around company research, job-change checks, hiring signals, and credit-aware workflows
24-
- Added GitHub pull request and validation scaffolding so the plugin repo matches the OpenAPI repo's baseline maintenance hygiene
25-
- Expanded README and submission docs with clearer install, validation, troubleshooting, and marketplace submission steps
26-
- Tightened plugin metadata and marketplace submission copy around the current hosted MCP surface: work email validation, work email finding, account research, and credit-aware enrichment
27-
- Added the shared plugin contact email to `plugin.json` and `SUBMISSION.md` for a cleaner publisher-facing package
28-
- Corrected rules and skill guidance so they reference only the currently supported hosted MCP tools instead of older or broader API-only tool names
7+
- **MCP:** Hosted server at `https://mcp.leadmagic.io/mcp` — 10 tools, shared docs resource `leadmagic://docs`, prompts `account_research` and `contact_lookup`.
8+
- **Auth:** `mcp.json` uses header `x-leadmagic-key` with `${LEADMAGIC_API_KEY}`.
9+
- **Bundle:** Default rule, four skills (contact enrichment, account intelligence, prospect list QA, signal research), validation script, and GitHub Actions CI.
10+
- **Docs:** README includes data handling and links to privacy, terms, and support; `SUBMISSION.md` marketplace copy matches the MCP tool surface.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ Confirm that:
138138
- the plugin is using `https://mcp.leadmagic.io/mcp`
139139
- the request header is `x-leadmagic-key`
140140

141+
### Hosted MCP reachability
142+
143+
`GET https://mcp.leadmagic.io/health` should return **200** when the service is up. Unauthenticated requests to `/mcp` may return **401** until a valid API key is sent— that is expected.
144+
141145
### You need exact tool details
142146

143147
Use the shared docs resource `leadmagic://docs` or review:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "leadmagic-cursor-plugin",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.3",
55
"description": "Submission package for the LeadMagic Cursor plugin",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)