emerald/mcp-example.cabal
2026-03-19 15:16:27 +00:00

38 lines
708 B
Plaintext

cabal-version: 3.0
name: mcp-example
version: 0.1.0.0
license-file: LICENSE
author: George Thomas
maintainer: georgefsthomas@gmail.com
executable mcp-example
main-is: Main.hs
hs-source-dirs: app
default-language: GHC2021
default-extensions:
DuplicateRecordFields
LambdaCase
ghc-options:
-Wall
-threaded
build-depends:
base,
aeson,
bytestring,
containers,
extra,
http-media,
mcp-types,
mcp,
mtl,
pretty-simple,
servant-auth-server,
servant-server,
servant,
text,
time,
time,
transformers,
wai,
warp,