Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in the changesets repository](https://github.com/changesets/changesets).

You can create a changeset by running `pnpm changeset`.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "reaatech/mcp-contract-kit" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
35 changes: 10 additions & 25 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,15 @@
node_modules
.pnpm-store
dist
build
*.tsbuildinfo
.git
.github
coverage
.DS_Store
.vscode
.idea
*.log
reports
.git
.gitignore
.husky
.env
.env.example
.eslintrc*
.prettierrc
vitest.config.ts
*.md
tests
scripts
.github
skills
docs
*.test.ts
*.spec.ts
CLAUDE.md
AGENTS.md
ARCHITECTURE.md
DEV_PLAN.md
CONTRIBUTING.md
CHANGELOG.md
LICENSE
README.md
.env.*
.DS_Store
Thumbs.db
Loading
Loading