fix: restore markdownlint baseline on main

This commit is contained in:
Affaan Mustafa
2026-04-02 18:05:27 -07:00
parent 16e9b17ad7
commit 8bd5a7a5d9
2 changed files with 6 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ Install the `mcp-atlassian` MCP server. This exposes Jira tools directly to your
> **Security:** Never hardcode secrets. Prefer setting `JIRA_URL`, `JIRA_EMAIL`, and `JIRA_API_TOKEN` in your system environment (or a secrets manager). Only use the MCP `env` block for local, uncommitted config files.
**To get a Jira API token:**
1. Go to https://id.atlassian.com/manage-profile/security/api-tokens
1. Go to <https://id.atlassian.com/manage-profile/security/api-tokens>
2. Click **Create API token**
3. Copy the token — store it in your environment, never in source code