@standards-kit/conform 0.3.0 → 0.3.1

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.
package/dist/cli.js CHANGED
@@ -7452,7 +7452,7 @@ program.command("audit").description("Verify all configs exist (code + process)"
7452
7452
  ).action((options) => runAudit(VERSION, options));
7453
7453
  program.command("mcp").description("Start MCP server for coding standards (for Claude Desktop integration)").action(async () => {
7454
7454
  try {
7455
- const { startServer } = await import("./mcp-T2JFU4E2.js");
7455
+ const { startServer } = await import("./mcp-DYQG6JEQ.js");
7456
7456
  await startServer();
7457
7457
  } catch (error) {
7458
7458
  handleError(error);
package/dist/index.js CHANGED
@@ -7575,7 +7575,7 @@ function createListGuidelinesHandler(source) {
7575
7575
  // src/mcp/server.ts
7576
7576
  function createServer(options = {}) {
7577
7577
  const server = new McpServer({
7578
- name: "cm-standards",
7578
+ name: "standards",
7579
7579
  version: "1.0.0"
7580
7580
  });
7581
7581
  const { standardsSource } = options;