UNPKG
fastmcp
Version:
latest (3.17.0)
3.17.0
3.16.0
3.15.2
3.15.1
3.15.0
3.14.5
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
3.8.5
3.8.4
3.8.3
3.8.2
3.8.1
3.8.0
3.7.0
3.6.2
3.6.1
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.27.7
1.27.6
1.27.5
1.27.4
1.27.3
1.27.2
1.27.1
1.27.0
1.26.0
1.25.0
1.24.0
1.23.2
1.23.1
1.23.0
1.22.4
1.22.3
1.22.2
1.22.1
1.22.0
1.21.0
1.20.5
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.1
1.17.0
1.16.3
1.16.2
1.16.1
1.16.0
1.15.1
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
A TypeScript framework for building MCP servers.
glama.ai/mcp
fastmcp
/
vitest.config.js
10 lines
(8 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineConfig }
from
"vitest/config"
; export
default
defineConfig
({
test
: {
poolOptions
: {
forks
: {
execArgv
: [
"--experimental-eventsource"
] }, }, }, });