Skip to content

Commit 3244d54

Browse files
committed
chore: README whitespace cleanup, format SECURITY assert
Made-with: Cursor
1 parent 347669f commit 3244d54

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Official LeadMagic plugin for Cursor: connect the editor to LeadMagic’s **host
2525

2626
## Quick start
2727

28-
1. **Marketplace** — Install from the Cursor marketplace when available.
29-
2. **Team marketplace**`Dashboard → Settings → Plugins → Team Marketplaces → Import``https://github.com/LeadMagic/leadmagic-cursor-plugin`.
28+
1. **Marketplace** — Install from the Cursor marketplace when available.
29+
2. **Team marketplace**`Dashboard → Settings → Plugins → Team Marketplaces → Import``https://github.com/LeadMagic/leadmagic-cursor-plugin`.
3030
3. **Local symlink** — From the repo root:
3131

3232
```bash
@@ -66,7 +66,7 @@ For API-key mode (no OAuth), set `LEADMAGIC_API_KEY` where Cursor can read it an
6666

6767
**MCP tools:** `check_credit_balance`, `validate_work_email`, `find_work_email`, `find_mobile_number`, `linkedin_profile_to_work_email`, `detect_job_change`, `research_account`, `list_company_competitors`, `get_company_technographics`, `find_people_by_role`.
6868

69-
- In Cursor: `leadmagic://docs`
69+
- In Cursor: `leadmagic://docs`
7070
- Product: [LeadMagic MCP Setup](https://leadmagic.io/docs/mcp/setup), [LeadMagic MCP Tools](https://leadmagic.io/docs/mcp/tools), [LeadMagic MCP Troubleshooting](https://leadmagic.io/docs/mcp/troubleshooting)
7171

7272
## Developing this repository
@@ -117,9 +117,9 @@ README.md
117117

118118
## Resources
119119

120-
- [LeadMagic OpenAPI](https://github.com/LeadMagic/leadmagic-openapi) — REST snapshot, `llms.txt`, optional `npm run test:api`
121-
- [LeadMagic docs (LLM index)](https://leadmagic.io/docs/llms.txt)
122-
- [leadmagic.io](https://leadmagic.io)
120+
- [LeadMagic OpenAPI](https://github.com/LeadMagic/leadmagic-openapi) — REST snapshot, `llms.txt`, optional `npm run test:api`
121+
- [LeadMagic docs (LLM index)](https://leadmagic.io/docs/llms.txt)
122+
- [leadmagic.io](https://leadmagic.io)
123123
- [Security policy](SECURITY.md)
124124

125125
## License

scripts/validate-plugin.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ try {
108108
"Single-plugin repositories should not include .cursor-plugin/marketplace.json; reserve it for multi-plugin marketplace repos.",
109109
);
110110

111-
assert(exists("SECURITY.md"), "Missing SECURITY.md (vulnerability disclosure and hardening)");
111+
assert(
112+
exists("SECURITY.md"),
113+
"Missing SECURITY.md (vulnerability disclosure and hardening)",
114+
);
112115
assert(exists("LICENSE"), "Missing LICENSE");
113116

114117
assert(exists("mcp.json"), "Missing mcp.json");

0 commit comments

Comments
 (0)