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
11 changes: 1 addition & 10 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
name: Publish NPM
on:
workflow_dispatch:
inputs:
path:
description: The path to run the release in, e.g. '.' or 'packages/mcp-server'
required: true

release:
types: [published]
Expand All @@ -31,11 +27,6 @@ jobs:

- name: Publish to NPM
run: |
if [ -n "${{ github.event.inputs.path }}" ]; then
PATHS_RELEASED='[\"${{ github.event.inputs.path }}\"]'
else
PATHS_RELEASED='[\".\", \"packages/mcp-server\"]'
fi
yarn tsn scripts/publish-packages.ts "{ \"paths_released\": \"$PATHS_RELEASED\" }"
bash ./bin/publish-npm
env:
NPM_TOKEN: ${{ secrets.WRITER_NPM_TOKEN || secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 30
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-d15316b8a3a086ae9ec8eea0d436b0885262df9bcf23b9587ad059e50357c220.yml
openapi_spec_hash: 4f81a4f4840438f80eff345e76ead962
config_hash: 8b4e4a902369723a665b1d265169a3f1
config_hash: ee2e5a914fd298a6f4c740f5ce187f87
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default tseslint.config(
},
},
{
files: ['tests/**', 'examples/**', 'packages/**'],
files: ['tests/**', 'examples/**'],
rules: {
'no-restricted-imports': 'off',
},
Expand Down
155 changes: 0 additions & 155 deletions packages/mcp-server/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions packages/mcp-server/build

This file was deleted.

17 changes: 0 additions & 17 deletions packages/mcp-server/jest.config.ts

This file was deleted.

64 changes: 0 additions & 64 deletions packages/mcp-server/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/mcp-server/scripts/postprocess-dist-package-json.cjs

This file was deleted.

Loading