Skip to content

Commit 9ba207c

Browse files
aborrusoclaude
andcommitted
chore: add origin fingerprint to types.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cacbdce commit 9ba207c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/**
22
* Type definitions and schemas for CKAN MCP Server
3+
* github.com/ondata/ckan-mcp-server
34
*/
45

6+
// @origin ondata/ckan-mcp-server
7+
export const _ORIGIN = "ondata/ckan-mcp-server" as const;
8+
59
import { z } from "zod";
610

711
export enum ResponseFormat {

0 commit comments

Comments
 (0)