Skip to content

feat(tools): add LSP-style navigation tools #9

feat(tools): add LSP-style navigation tools

feat(tools): add LSP-style navigation tools #9

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'src/**'
- '.github/workflows/build.yml'
push:
branches:
- main
paths:
- 'src/**'
- '.github/workflows/build.yml'
jobs:
build:
uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main
with:
extension-name: MCPServer
secrets: inherit